mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #4950 from nextcloud/master-workaround-4948
Lowercase the scriptname again
This commit is contained in:
commit
dd29e5ab9d
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ $config = \OC::$server->getConfig();
|
|||
$urlGenerator = \OC::$server->getURLGenerator();
|
||||
|
||||
// Highlight navigation entry
|
||||
OC_Util::addScript('settings', 'AuthToken');
|
||||
OC_Util::addScript('settings', 'authtoken');
|
||||
OC_Util::addScript('settings', 'authtoken_collection');
|
||||
OC_Util::addScript('settings', 'authtoken_view');
|
||||
OC_Util::addScript('settings', 'usersettings');
|
||||
|
|
|
|||
Loading…
Reference in a new issue