diff options
Diffstat (limited to 'search/appinfo/app.php')
-rw-r--r-- | search/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search/appinfo/app.php b/search/appinfo/app.php index 44834498fec..b91341643f2 100644 --- a/search/appinfo/app.php +++ b/search/appinfo/app.php @@ -1,5 +1,5 @@ <?php -OC_APP::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' )); +OC_App::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' )); ?> |