We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8d797 commit 85113ffCopy full SHA for 85113ff
lib/base.php
@@ -365,10 +365,10 @@ private static function printUpgradePage(\OC\SystemConfig $systemConfig) {
365
366
$oldTheme = $systemConfig->getValue('theme');
367
$systemConfig->setValue('theme', '');
368
- OC_Util::addScript('core', 'common');
369
- OC_Util::addScript('core', 'main');
370
- OC_Util::addTranslations('core');
371
- OC_Util::addScript('update', null, 'core');
+ \OCP\Util::addScript('core', 'common');
+ \OCP\Util::addScript('core', 'main');
+ \OCP\Util::addTranslations('core');
+ \OCP\Util::addScript('update', null, 'core');
372
373
/** @var \OC\App\AppManager $appManager */
374
$appManager = \OC::$server->getAppManager();
0 commit comments