Skip to content

Commit

Permalink
Stop trying to implode a string. Fixes ticket #1337.
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Sep 6, 2010
1 parent 46b30ce commit 4a94182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/cli.php
Expand Up @@ -32,7 +32,7 @@

$errors = installer::check_environment();
if ($errors) {
oops(implode("errors", "\n"));
oops(implode($errors, "\n"));
}

$config = parse_cli_params();
Expand Down

0 comments on commit 4a94182

Please sign in to comment.