Browse Source

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
remotes/origin/external-backend-ondemand
Thomas Müller 12 years ago
parent
commit
5054b8e4aa
  1. 2
      apps/files/admin.php

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

Loading…
Cancel
Save