HTML/FlexyFramework/Generator.php
authorAlan Knowles <alan@roojs.com>
Tue, 10 Dec 2013 09:59:19 +0000 (17:59 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Dec 2013 09:59:19 +0000 (17:59 +0800)
HTML/FlexyFramework/Generator.php

index e2358d5..7353336 100644 (file)
@@ -232,6 +232,8 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator
                 $ini = preg_replace('/\.links\./' , '.', $ar[0]);
                 $ini = preg_replace('/\.ini$/', '.links.ini', $ini);
             }
+            
+            // why do this twice???
             if (!file_exists($ini)) {
                 continue;
             }