Skip to content

Commit d6b3614

Browse files
committed
Fixed: FS#2378 - $conf['theme'] value in interface/lib/config.inc.php is overwritten (reset to 'default') on update
1 parent f598b05 commit d6b3614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/update.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
$conf["mysql"]["ispconfig_user"] = $conf_old["db_user"];
9696
$conf["mysql"]["ispconfig_password"] = $conf_old["db_password"];
9797
$conf['language'] = $conf_old['language'];
98+
$conf['theme'] = $conf_old['theme'];
9899
if($conf['language'] == '{language}') $conf['language'] = 'en';
99100
$conf['timezone'] = (isset($conf_old['timezone']))?$conf_old['timezone']:'UTC';
100101
if($conf['timezone'] == '{timezone}' or trim($conf['timezone']) == '') $conf['timezone'] = 'UTC';

0 commit comments

Comments
 (0)