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
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-01-23 14:21:27 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-01-23 14:21:34 +0400
commit48949ba04acacd5cc4039ba15266619ebe61a52b (patch)
tree6183ec00df1e6aa4c8cd40a6ab27f1826e4be8a9 /settings/apps.php
parent5fadd530888459a62c7113a916247033fb14c96c (diff)
Move appid to external file
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/apps.php b/settings/apps.php
index 384e92bfbb7..b6426a31c97 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -26,10 +26,8 @@ OC_App::loadApps();
// Load the files we need
OC_Util::addStyle( "settings", "settings" );
-OC_Util::addScript( "settings", "apps" );
OC_App::setActiveNavigationEntry( "core_apps" );
-
function app_sort( $a, $b ) {
if ($a['active'] != $b['active']) {