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
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-09 14:23:51 +0300
committerGitHub <noreply@github.com>2020-11-09 14:23:51 +0300
commit3bacb4780b8f30bae48fad7d91a7a2ee1faa66fd (patch)
tree013fa8a7b7fa30e749ecaa8d32c1465e85686790 /lib/base.php
parent87a193e30795a5666f35b07b577dbdc741fcf6fd (diff)
Removed config.js
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
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 */