File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 162162$ conf ['language_file_import_enabled ' ] = (isset ($ conf_old ['language_file_import_enabled ' ]))?$ conf_old ['language_file_import_enabled ' ]:true ;
163163
164164if (isset ($ conf_old ["dbmaster_host " ])) $ conf ["mysql " ]["master_host " ] = $ conf_old ["dbmaster_host " ];
165- if (isset ($ conf_old ["dbmaster_port " ])) $ conf ["mysql " ]["master_host " ] = $ conf_old ["dbmaster_port " ];
165+ if (isset ($ conf_old ["dbmaster_port " ])) $ conf ["mysql " ]["master_port " ] = $ conf_old ["dbmaster_port " ];
166166if (isset ($ conf_old ["dbmaster_database " ])) $ conf ["mysql " ]["master_database " ] = $ conf_old ["dbmaster_database " ];
167167if (isset ($ conf_old ["dbmaster_user " ])) $ conf ["mysql " ]["master_ispconfig_user " ] = $ conf_old ["dbmaster_user " ];
168168if (isset ($ conf_old ["dbmaster_password " ])) $ conf ["mysql " ]["master_ispconfig_password " ] = $ conf_old ["dbmaster_password " ];
You can’t perform that action at this time.
0 commit comments