From: Alan Knowles Date: Mon, 6 Sep 2010 05:59:48 +0000 (+0800) Subject: Generator.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=33a91adad3a775da44ee391856c9aced49cf0505 Generator.php --- diff --git a/Generator.php b/Generator.php index 1915771c..2c543bea 100644 --- a/Generator.php +++ b/Generator.php @@ -424,7 +424,7 @@ touch Pman/????/DataObjects/".ucfirst($this->table).".php $out = preg_replace('/(\n|\r\n)\s*function staticGet[^\n]+(\n|\r\n)/s', '', $out); $out = preg_replace('#/\* Static get \*/#s', '', $out); - if (!file_exists(dirname($outfilename)) { + if (!file_exists(dirname($outfilename))) { mkdir(dirname($outfilename), 0755, true); } // $this->debug( "writing $this->classname\n");