From 1ec72b198db20013a01712d08f1198f30f54c17a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 5 Sep 2011 14:05:50 +0800 Subject: [PATCH] Generator.php --- Generator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generator.php b/Generator.php index 8e29214f..d639fa98 100644 --- a/Generator.php +++ b/Generator.php @@ -128,7 +128,7 @@ class Pman_Core_Generator extends DB_DataObject_Generator $diff = System::which('diff'); // now for each of the directories copy/show diffs.. echo $cli ? '' : '
';
-        $flist = explode(',', $overwrite);
+        $flist =   $overwrite;
         foreach($this->modtables as $m=>$ar) {
             if ($options['database'] !=  $standard_database) {
                 $options['database'] =  $standard_database ;
-- 
2.39.2