HTML/FlexyFramework/Generator.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 31 Aug 2010 10:06:19 +0000 (18:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 31 Aug 2010 10:06:19 +0000 (18:06 +0800)
HTML/FlexyFramework/Generator.php

index 264676b..9e0ba2c 100644 (file)
@@ -33,7 +33,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
         $perms = 0755;
         $target = $options["ini_{$this->_database}"] . '.reader.serial';
             
-            // windows can fail doing this. - not a perfect solution but otherwise it's getting really kludgy..
+        // windows can fail doing this. - not a perfect solution but otherwise it's getting really kludgy..
         if (!@rename($tmpname, $target)) {
             unlink($target); 
             rename($tmpname, $target);