From: Alan Knowles Date: Fri, 14 Oct 2011 05:26:46 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=02827088b28539fe7e69973df18690703c19ff93 Generator.php --- 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;