diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-09 12:23:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 12:23:51 +0100 |
commit | 3bacb4780b8f30bae48fad7d91a7a2ee1faa66fd (patch) | |
tree | 013fa8a7b7fa30e749ecaa8d32c1465e85686790 /lib/base.php | |
parent | 87a193e30795a5666f35b07b577dbdc741fcf6fd (diff) | |
download | nextcloud-server-3bacb4780b8f30bae48fad7d91a7a2ee1faa66fd.tar.gz nextcloud-server-3bacb4780b8f30bae48fad7d91a7a2ee1faa66fd.zip |
Removed config.js
Diffstat (limited to 'lib/base.php')
-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 */ |