Lowercase the scriptname again

Ref https://github.com/nextcloud/server/issues/4948

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Tento commit je obsažen v:
Lukas Reschke 2017-05-19 01:57:26 +02:00
rodič 44c9080f51
revize eab9468109
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: B9F6980CF6E759B1

Zobrazit soubor

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