From 4a941829716df412b493d35907e65acc35527583 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 6 Sep 2010 11:37:36 -0700 Subject: Stop trying to implode a string. Fixes ticket #1337. --- installer/cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/cli.php b/installer/cli.php index e7c81ac3..fe82395a 100644 --- a/installer/cli.php +++ b/installer/cli.php @@ -32,7 +32,7 @@ if (installer::already_installed()) { $errors = installer::check_environment(); if ($errors) { - oops(implode("errors", "\n")); + oops(implode($errors, "\n")); } $config = parse_cli_params(); -- cgit v1.2.3