Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:15:05 +0000 (17:15 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:15:05 +0000 (17:15 +0800)
HTML/FlexyFramework/Generator.php

index 30926d4..d849af3 100644 (file)
@@ -270,7 +270,8 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
         
         flock($fp, LOCK_UN);
         fclose($fp);
-        unlink($iniCache.".lock");
+        // this sometimes seems to fail..
+        @unlink($iniCache.".lock");
         
     }
     /* bit like merge recursive, but it avoids doing stuff with arrays.. */