Merge pull request #24005 from nextcloud/backport/23999/stable19

[stable19] Remove old legacy scripts references
This commit is contained in:
Roeland Jago Douma 2020-11-09 19:37:55 +01:00 committed by GitHub
commit 7b8ca9526b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -370,7 +370,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 */