diff --git a/src/installer/pages/3.php b/src/installer/pages/3.php index 6b9c4c3..658477a 100644 --- a/src/installer/pages/3.php +++ b/src/installer/pages/3.php @@ -88,7 +88,7 @@ EOT; // Add all variables to the config foreach ($dbconfig as $key => $value) { - $confarray .= sprintf(' "%s" => "%s",' . PHP_EOL, addcslashes($key, '"'), addcslashes($value, '"')); + $confarray .= sprintf(" '%s' => '%s'," . PHP_EOL, addcslashes($key, '"'), addcslashes($value, '"')); } // Remove semicolon and new line from the end