summaryrefslogtreecommitdiff
path: root/installer/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-14 04:30:19 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-14 04:30:19 +0000
commit4dbb14a0a89c8bcaee4485af70910f913bc20422 (patch)
treeea07012283fe162f5c9da195b7651ab0992bce4b /installer/helpers
parent84ea7eefdc128f2b5951eb64b7aeaafe8892321f (diff)
define $arguments so that we don't have an error.
Diffstat (limited to 'installer/helpers')
-rw-r--r--installer/helpers/installer.php1
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":