diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 12:15:22 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 12:15:22 +0200 |
commit | c741a25eaa64cbee65112ec83f0a4b196885daa3 (patch) | |
tree | 12d6b5ebe08d31a45157f21083b2de6367cc19f9 /lib/app.php | |
parent | b24b208dce41d11ace0295a93d4303c75ffa38d4 (diff) | |
parent | c427e256e1509453503140c0adacd3abcb7ef368 (diff) | |
download | nextcloud-server-c741a25eaa64cbee65112ec83f0a4b196885daa3.tar.gz nextcloud-server-c741a25eaa64cbee65112ec83f0a4b196885daa3.zip |
Merge branch 'master' into improve_app-management
Diffstat (limited to 'lib/app.php')
-rw-r--r-- | lib/app.php | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/app.php b/lib/app.php index 8ac4a16ffd0..51dbdba041d 100644 --- a/lib/app.php +++ b/lib/app.php @@ -402,15 +402,7 @@ class OC_App{ // if the user is an admin if(OC_User::isAdminUser(OC_User::getUser())) { - // admin apps menu - $settings[] = array( - "id" => "core_apps", - "order" => 3, - "href" => OC_Helper::linkToRoute( "settings_apps" ).'?installed', - "name" => $l->t("Apps"), - "icon" => OC_Helper::imagePath( "settings", "apps.svg" ) - ); - + // admin settings $settings[]=array( "id" => "admin", "order" => 1000, |