From 415f77939a8abf39c0218d53be3c3471d9517aca Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 18 May 2011 12:20:26 +0800 Subject: [PATCH] Generator.php --- Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator.php b/Generator.php index 7c722ace..06032ccc 100644 --- a/Generator.php +++ b/Generator.php @@ -179,7 +179,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator continue; } // always copy readers and ini file.= nope - not on live.. - if ($cli && in_array($f, $flist)) { + if ($cli && in_array($f, $flist) || in_array('_all_', $flist )) { //|| $f=='pman.ini' || preg_match('/\.js$/', $f))) { echo "COPY $src $tg". ($cli ? "\n" : "
"); -- 2.39.2