diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-11-09 16:58:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 16:58:40 +0100 |
commit | 4686deb298e07b91c1be3bfb51c1f339116c2202 (patch) | |
tree | 21863addd0a2590c3058ca68c504e68957dd1423 /lib | |
parent | 2b7ea590e1e386737c38f769f459c7719d9f36be (diff) | |
parent | 3bacb4780b8f30bae48fad7d91a7a2ee1faa66fd (diff) | |
download | nextcloud-server-4686deb298e07b91c1be3bfb51c1f339116c2202.tar.gz nextcloud-server-4686deb298e07b91c1be3bfb51c1f339116c2202.zip |
Merge pull request #23999 from nextcloud/fix/old-legacy-scripts
Remove old legacy scripts references
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 9c914f15431..5b211a2d180 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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 */ |