1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 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>
Esse commit está contido em:
Lukas Reschke 2017-05-19 01:57:26 +02:00
commit eab9468109
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: B9F6980CF6E759B1

Ver arquivo

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