diff --git a/install/update.php b/install/update.php index aa750adf5d3e0e8ffe59c7da085ba9fc85f515c3..a9b91b81314f93bcb530e6affbe3318054fba7d2 100644 --- a/install/update.php +++ b/install/update.php @@ -95,6 +95,7 @@ $conf['mysql']['charset'] = 'utf8'; $conf["mysql"]["ispconfig_user"] = $conf_old["db_user"]; $conf["mysql"]["ispconfig_password"] = $conf_old["db_password"]; $conf['language'] = $conf_old['language']; +$conf['theme'] = $conf_old['theme']; if($conf['language'] == '{language}') $conf['language'] = 'en'; $conf['timezone'] = (isset($conf_old['timezone']))?$conf_old['timezone']:'UTC'; if($conf['timezone'] == '{timezone}' or trim($conf['timezone']) == '') $conf['timezone'] = 'UTC';