I18n.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 16 Sep 2010 04:09:30 +0000 (12:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 16 Sep 2010 04:09:30 +0000 (12:09 +0800)
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) {