summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-09 12:23:51 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-11-09 16:01:06 +0000
commit559acf83eded7866c36d6ba863577915a3ace9ef (patch)
tree70941b86e4c1aeba2c7578e04466a8d997d7d58f
parent750455399da58889ba1e4f5b2b239bf30a494f68 (diff)
downloadnextcloud-server-559acf83eded7866c36d6ba863577915a3ace9ef.tar.gz
nextcloud-server-559acf83eded7866c36d6ba863577915a3ace9ef.zip
Removed config.js
-rw-r--r--lib/base.php1
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 */