summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-09 08:49:41 -0700
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-08-09 08:49:41 -0700
commit4c0ec974b9a8b97625695edd136e1f805af0bf31 (patch)
tree91fe9616004161d034848727b62bf1c3e2554466 /lib
parent98f836363a1aee8dbc767068fcb357802f228cf2 (diff)
parent31d50288a501dad64400450914d076b43b6ea037 (diff)
downloadnextcloud-server-4c0ec974b9a8b97625695edd136e1f805af0bf31.tar.gz
nextcloud-server-4c0ec974b9a8b97625695edd136e1f805af0bf31.zip
Merge pull request #4344 from owncloud/appmgmt-in-navigation
show 'More apps' link to app administration directly in app navigation
Diffstat (limited to 'lib')
-rw-r--r--lib/app.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/app.php b/lib/app.php
index 2437896157a..5fa650044f3 100644
--- a/lib/app.php
+++ b/lib/app.php
@@ -401,15 +401,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,