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
This commit is contained in:
Thomas Müller 2015-03-12 10:45:03 +01:00
commit 5054b8e4aa
1 changed files with 0 additions and 2 deletions

View File

@ -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' );