1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-26 17:55:04 +02:00

Lowercase the scriptname again

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

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Cette révision appartient à :
Lukas Reschke 2017-05-19 01:57:26 +02:00
Parent 44c9080f51
révision eab9468109
Signature inconnue de Gitea
ID de la clé GPG: B9F6980CF6E759B1

Voir le fichier

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