From 526c0eb7654f127ce9d0ab0f4825451c13ce3ae8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Sep 2011 13:44:03 +0800 Subject: [PATCH] RunGenerator.php --- RunGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RunGenerator.php b/RunGenerator.php index 4bcb0cfb..196db0b4 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -76,7 +76,7 @@ class Pman_Core_RunGenerator extends Pman $modules = is_string($opts['modules']) ? array($opts['modules']) : $opts['modules']; $overwrite = is_string($opts['overwrite']) ? array($opts['overwrite']) : $opts['overwrite']; - $x->start($this->cli, $modules, overwrite); + $x->start($this->cli, $modules, $overwrite); // 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