HTML/FlexyFramework/Generator.php
authorAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 06:57:31 +0000 (14:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Feb 2014 06:57:31 +0000 (14:57 +0800)
HTML/FlexyFramework/Generator.php

index d4f02c8..f868088 100644 (file)
@@ -267,7 +267,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
         
         flock($fp, LOCK_UN);
         fclose($fp);
-        unlink($fp);
+        unlink($iniCache.".lock");
         
     }
     /* bit like merge recursive, but it avoids doing stuff with arrays.. */