diff options
Diffstat (limited to 'installer/helpers')
-rw-r--r-- | installer/helpers/installer.php | 1 |
1 files changed, 1 insertions, 0 deletions
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": |