diff --git a/install.php b/install.php index 4b00199..4e15d61 100644 --- a/install.php +++ b/install.php @@ -741,7 +741,7 @@ global \$databaseConfig; "type" => "$config[database]", "server" => "{$config['mysql']['server']}", "username" => "{$config['mysql']['username']}", - "password" => "{$escapedPassword}", + "password" => '{$escapedPassword}', "database" => "{$config['mysql']['database']}", );