X-Git-Url: http://git.roojs.org/?p=pear;a=blobdiff_plain;f=HTML%2FFlexyFramework%2FGenerator.php;fp=HTML%2FFlexyFramework%2FGenerator.php;h=223420a3d954994490f22ba8099ad5399072318b;hp=9f35ab4f1aacc6177330631c0cb47e98128539a1;hb=de117bb9635728e643d5a1ece55cd7b7cf37835b;hpb=ef6f72165480a4f2ed62f51b75c6295174f27ef0 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)) {