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

index 223420a..d4f02c8 100644 (file)
@@ -257,8 +257,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
         if (count($out)) {
             $ff->debug("Writing merged Links file : $iniLinksCache \n");
 
-          
-            
+           
             file_put_contents($iniCacheTmp. '.links.ini', implode("\n", $out));
             if (file_exists($iniLinksCache)) {                
                 unlink($iniLinksCache);