diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-09 12:23:51 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-11-09 16:01:06 +0000 |
commit | 559acf83eded7866c36d6ba863577915a3ace9ef (patch) | |
tree | 70941b86e4c1aeba2c7578e04466a8d997d7d58f | |
parent | 750455399da58889ba1e4f5b2b239bf30a494f68 (diff) | |
download | nextcloud-server-559acf83eded7866c36d6ba863577915a3ace9ef.tar.gz nextcloud-server-559acf83eded7866c36d6ba863577915a3ace9ef.zip |
Removed config.js
-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 6b715f9c248..71d95bf90ba 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 */ |