From feeed2ed205d8b0fd5d0fdf255a144e31726adac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Sep 2011 13:43:37 +0800 Subject: [PATCH] RunGenerator.php --- RunGenerator.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.. -- 2.39.2