From: Alan Knowles Date: Thu, 20 Feb 2014 06:57:00 +0000 (+0800) Subject: HTML/FlexyFramework/Generator.php X-Git-Url: http://git.roojs.org/?p=pear;a=commitdiff_plain;h=de117bb9635728e643d5a1ece55cd7b7cf37835b HTML/FlexyFramework/Generator.php --- diff --git a/HTML/FlexyFramework/Generator.php b/HTML/FlexyFramework/Generator.php index 9f35ab4f..223420a3 100644 --- a/HTML/FlexyFramework/Generator.php +++ b/HTML/FlexyFramework/Generator.php @@ -257,8 +257,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator if (count($out)) { $ff->debug("Writing merged Links file : $iniLinksCache \n"); - $out = implode("\n", $out); - + file_put_contents($iniCacheTmp. '.links.ini', implode("\n", $out)); if (file_exists($iniLinksCache)) {