X-Git-Url: http://git.roojs.org/?p=pear;a=blobdiff_plain;f=HTML%2FFlexyFramework%2FGenerator.php;fp=HTML%2FFlexyFramework%2FGenerator.php;h=fd37f9bb02d635a37618bfb48cb05d838946da8f;hp=f868088092850ea6ca34741d5d41626d8008b08e;hb=9aa2427458882c29bc262b6957322f731d951501;hpb=ade22a7cac108832fae07fce56d5d0da3bfc3203 diff --git a/HTML/FlexyFramework/Generator.php b/HTML/FlexyFramework/Generator.php index f8680880..fd37f9bb 100644 --- a/HTML/FlexyFramework/Generator.php +++ b/HTML/FlexyFramework/Generator.php @@ -216,6 +216,7 @@ class HTML_FlexyFramework_Generator extends DB_DataObject_Generator foreach($inis as $path) { $ini = $path . '/'. strtolower( $ff->project) . '.links.ini'; + print_R($ini);exit; //var_dump($ini); if (!file_exists($ini)) { $ff->debug("Framework Generator:writeCache PROJECT.links.ini does not exist in $path - trying glob");