Removed config.js

This commit is contained in:
John Molakvoæ 2020-11-09 12:23:51 +01:00 committed by GitHub
parent 87a193e307
commit 3bacb4780b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 */