Generator.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 06:05:50 +0000 (14:05 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 5 Sep 2011 06:05:50 +0000 (14:05 +0800)
Generator.php

index 8e29214..d639fa9 100644 (file)
@@ -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 ? '' : '<PRE>';
-        $flist = explode(',', $overwrite);
+        $flist =   $overwrite;
         foreach($this->modtables as $m=>$ar) {
             if ($options['database'] !=  $standard_database) {
                 $options['database'] =  $standard_database ;