diff options
Diffstat (limited to 'installer')
| -rw-r--r-- | installer/helpers/installer.php | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/installer/helpers/installer.php b/installer/helpers/installer.php index 3fd8b19f..db5c7741 100644 --- a/installer/helpers/installer.php +++ b/installer/helpers/installer.php @@ -190,7 +190,7 @@ class installer {          $arguments["file"] = $argv[++$i];          break;        case "-i": -        $arguments["type"] = $argv[++i]; +        $arguments["type"] = $argv[++$i];          break;        case "-m":          $arguments["modules"] = $argv[++$i]; @@ -238,11 +238,6 @@ class installer {    } -  public static function get_database() { -    $db_config = array(); -    return  -  } -    private static function _render($view) {      if ($view == '')        return;  | 
