From 981c60f5f5b34c96b529a70caa90f4b997e2ffd4 Mon Sep 17 00:00:00 2001
From: Joas Schilling <nickvergessen@owncloud.com>
Date: Wed, 11 Mar 2015 09:27:28 +0100
Subject: [PATCH] Do not overwrite the active menu entry of the navigation

---
 apps/files/admin.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/apps/files/admin.php b/apps/files/admin.php
index bf12af7410..2a424582af 100644
--- a/apps/files/admin.php
+++ b/apps/files/admin.php
@@ -36,8 +36,6 @@ if($_POST && OC_Util::isCallRegistered()) {
 	}
 }
 
-OCP\App::setActiveNavigationEntry( "files_administration" );
-
 $htaccessWritable=is_writable(OC::$SERVERROOT.'/.htaccess');
 
 $tmpl = new OCP\Template( 'files', 'admin' );
-- 
GitLab