From 31b1b4f41dd4bc7337dc732faa4351e62fedcb20 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Sep 2011 13:42:30 +0800 Subject: [PATCH] RunGenerator.php --- RunGenerator.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RunGenerator.php b/RunGenerator.php index 13001808..767d372b 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -71,6 +71,10 @@ class Pman_Core_RunGenerator extends Pman } $x = new Pman_Core_Generator(); // $x->page = clone($this); + + + $modules = $opts + $x->start($this->cli, $args, $lastarg); // technically it would be good to trash the cached ini files here.. -- 2.39.2