RunGenerator.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 05:43:37 +0000 (13:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 05:43:37 +0000 (13:43 +0800)
RunGenerator.php

index 8310f6a..bc1ac93 100644 (file)
@@ -55,7 +55,7 @@ class Pman_Core_RunGenerator extends Pman
     function get($args, $opts)
     {
         
-        print_r($opts);exit;
+        
         HTML_FlexyFramework::run('Core/UpdateDatabase');
         
          
@@ -75,7 +75,7 @@ class Pman_Core_RunGenerator extends Pman
         
         $modules = is_string($opts['modules']) ? array($opts['modules']) : $opts['modules'];
        
-        $x->start($this->cli, $args, $lastarg);
+        $x->start($this->cli, $modules, $lastarg);
         
         // technically it would be good to trash the cached ini files here.. 
         // however we can not really do that, as the ownships are off..