From 4dbb14a0a89c8bcaee4485af70910f913bc20422 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 14 Jan 2009 04:30:19 +0000 Subject: define $arguments so that we don't have an error. --- installer/helpers/installer.php | 1 + 1 file changed, 1 insertion(+) (limited to 'installer/helpers') diff --git a/installer/helpers/installer.php b/installer/helpers/installer.php index 81cb0ebe..f3470cd6 100644 --- a/installer/helpers/installer.php +++ b/installer/helpers/installer.php @@ -172,6 +172,7 @@ class installer { "description" => "The following parameters will be used to install and " . "configure your Gallery3 installation.", "msgs" => array()); + $arguments = array(); for ($i=0; $i < count($argv); $i++) { switch (strtolower($argv[$i])) { case "-d": -- cgit v1.2.3