mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-30 10:55:50 -04:00
fix implode() so the separater is always the first argument
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ if (installer::already_installed()) {
|
||||
|
||||
$errors = installer::check_environment();
|
||||
if ($errors) {
|
||||
oops(implode($errors, "\n"));
|
||||
oops(implode("\n", $errors));
|
||||
}
|
||||
|
||||
$config = parse_cli_params();
|
||||
|
||||
Reference in New Issue
Block a user