Compare commits

...

1 Commits

Author SHA1 Message Date
zorn-v ed8429ad08
Return back theme config after web upgrade
It is very annoying to go on server and edit `config.php` after web upgrade. 
Is not web upgrade should prevent "go on server" ?
2019-11-17 22:09:35 +10:00
1 changed files with 1 additions and 0 deletions

View File

@ -397,6 +397,7 @@ class OC {
$tmpl->assign('productName', 'Nextcloud'); // for now
$tmpl->assign('oldTheme', $oldTheme);
$tmpl->printPage();
$systemConfig->setValue('theme', $oldTheme);
}
public static function initSession() {