Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-09 14:23:51 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-11-09 19:13:33 +0300
commita827eba0f28e3d489602a139a4845883ef6bec71 (patch)
tree2010dfc2b9908aa4705406fd7fef9ec70c898a50 /lib
parentc6abcfbbfa658977b70e9a36d2dc3e8931829767 (diff)
Removed config.js
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 61db221ac68..27862fc82f8 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 */