From: Alan Knowles Date: Mon, 5 Sep 2011 05:43:37 +0000 (+0800) Subject: RunGenerator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=feeed2ed205d8b0fd5d0fdf255a144e31726adac RunGenerator.php --- diff --git a/RunGenerator.php b/RunGenerator.php index 8310f6ae..bc1ac932 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -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..