From 02827088b28539fe7e69973df18690703c19ff93 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Oct 2011 13:26:46 +0800 Subject: [PATCH] Generator.php --- Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator.php b/Generator.php index 9fdde2a1..960c86c7 100644 --- a/Generator.php +++ b/Generator.php @@ -167,7 +167,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator if (!file_exists($tg) || !filesize($tg) ) { - if ($cli && file_exists($tg) || in_array($f, $flist)) { + if ($cli && file_exists($tg) || in_array($f, $flist) || in_array('_all_', $flist )) { echo "COPY $src $tg" . ($cli ? "\n" : "
"); copy($src, $tg); continue; -- 2.39.2