We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614365f commit 53ffeaaCopy full SHA for 53ffeaa
install/update.php
@@ -82,7 +82,7 @@
82
$conf["mysql"]["ispconfig_password"] = $conf_old["db_password"];
83
84
$conf['server_id'] = $conf_old["server_id"];
85
-$conf['ispconfig_log_priority'] = $conf_old["ispconfig_log_priority"];
+$conf['ispconfig_log_priority'] = $conf_old["log_priority"];
86
87
$inst = new installer();
88
0 commit comments