mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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:
commit
5054b8e4aa
1 changed files with 0 additions and 2 deletions
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue