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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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
commita540d2e6dba56c5b599501b2441c285b19478d29 (patch)
tree8948e7125ed99a3b15e55dd538e3847c5eec6fc9 /external/appinfo
parent13329882a9ccb88e26e2fa371dcff41dc2b59a18 (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 'external/appinfo')
-rw-r--r--external/appinfo/app.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/external/appinfo/app.php b/external/appinfo/app.php
index ee5437782..1a02f3a1b 100644
--- a/external/appinfo/app.php
+++ b/external/appinfo/app.php
@@ -26,8 +26,6 @@ OCP\Util::addStyle( 'external', 'style');
OCP\App::registerAdmin('external', 'settings');
-OCP\App::register(array('order' => 70, 'id' => 'external', 'name' => 'External'));
-
$sites = OC_External::getSites();
for ($i = 0; $i < sizeof($sites); $i++) {
OCP\App::addNavigationEntry(