From: Alan Knowles Date: Thu, 20 Feb 2014 06:57:31 +0000 (+0800) Subject: HTML/FlexyFramework/Generator.php X-Git-Url: http://git.roojs.org/?p=pear;a=commitdiff_plain;h=8618573212eebe148cadd4c626e60c259e0e7ef6 HTML/FlexyFramework/Generator.php --- diff --git a/HTML/FlexyFramework/Generator.php b/HTML/FlexyFramework/Generator.php index d4f02c83..f8680880 100644 --- a/HTML/FlexyFramework/Generator.php +++ b/HTML/FlexyFramework/Generator.php @@ -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.. */