HTML/FlexyFramework/Generator.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 07:01:13 +0000 (15:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Dec 2010 07:01:13 +0000 (15:01 +0800)
HTML/FlexyFramework/Generator.php

index dde27a9..2079efc 100644 (file)
@@ -215,7 +215,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
             if (!file_exists($ini)) {
                 continue;
             }
-            $links = array_merge_recursive( parse_ini_file($ini, true),$links);   
+            $links = array_merge_recursive( parse_ini_file($ini, true), $links);   
         }
         $iniLinksCache = preg_replace('/\.ini$/', '.links.ini', $iniCache);
         $out = array();