I18n.php
[Pman.Core] / I18n.php
index c0ea330..e77a953 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -94,8 +94,11 @@ class Pman_Core_i18N extends Pman
         $this->authUser = $au;
         
         $ff= HTML_FlexyFramework::get();
+        
+        
         $opts = empty($ff->Pman_Core_I18N) ? (empty($ff->Pman_I18N) ? array() : $ff->Pman_I18N)  : $ff->Pman_Core_I18N;
         
+        print_r($opts);exit;
         // load the cofiguration
         foreach($opts as $k=>$v) {