Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-31 15:00:58 +0400
committerBart Visscher <bartv@thisnet.nl>2012-05-31 15:01:30 +0400
commita33f580db10483f6daa6142923633a3b1d808794 (patch)
tree16da920797f0a36b62dbd9a8d4e1b4dbcf445481 /search
parent2ae58ee6c01f2ba3a97f6d2741c46ea5dda68792 (diff)
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
Diffstat (limited to 'search')
-rw-r--r--search/appinfo/app.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/search/appinfo/app.php b/search/appinfo/app.php
deleted file mode 100644
index b91341643f2..00000000000
--- a/search/appinfo/app.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-OC_App::register( array( 'order' => 2, "id" => 'search', 'name' => 'Search' ));
-
-?>