diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-11 09:27:28 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-11 09:27:28 +0100 |
commit | 981c60f5f5b34c96b529a70caa90f4b997e2ffd4 (patch) | |
tree | a6d3749dafd324817b9eec376d168d92b8c4105e /apps | |
parent | 284bd6647cce472a90346256739e2f72384974ae (diff) | |
download | nextcloud-server-981c60f5f5b34c96b529a70caa90f4b997e2ffd4.tar.gz nextcloud-server-981c60f5f5b34c96b529a70caa90f4b997e2ffd4.zip |
Do not overwrite the active menu entry of the navigation
Diffstat (limited to 'apps')
-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' ); |