Merge pull request #24006 from nextcloud/backport/23999/stable18

[stable18] Remove old legacy scripts references
This commit is contained in:
Roeland Jago Douma 2020-11-09 19:38:01 +01:00 committed by GitHub
commit 1b66f56c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -371,7 +371,6 @@ class OC {
$oldTheme = $systemConfig->getValue('theme');
$systemConfig->setValue('theme', '');
OC_Util::addScript('config'); // needed for web root
OC_Util::addScript('update');
/** @var \OC\App\AppManager $appManager */