diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-12 10:45:03 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-03-12 10:45:03 +0100 |
commit | 5054b8e4aa5dce43fa8aeeb89728450ecbac1342 (patch) | |
tree | 99d3a2f6cf3f44d9c5ffe94dd333bb5d253a1222 | |
parent | 89e1b920cc31591f6f5e3ea45bea5b7f42438edc (diff) | |
parent | 981c60f5f5b34c96b529a70caa90f4b997e2ffd4 (diff) | |
download | nextcloud-server-5054b8e4aa5dce43fa8aeeb89728450ecbac1342.tar.gz nextcloud-server-5054b8e4aa5dce43fa8aeeb89728450ecbac1342.zip |
Merge pull request #14785 from owncloud/issue/14733-active-class-missing-for-admin-navigation-entry
Do not overwrite the active menu entry of the navigation
-rw-r--r-- | apps/files/admin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/admin.php b/apps/files/admin.php index bf12af74105..2a424582af9 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' ); |