Do not overwrite the active menu entry of the navigation

This commit is contained in:
Joas Schilling 2015-03-11 09:27:28 +01:00
parent 284bd6647c
commit 981c60f5f5

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