I18n.php
[Pman.Core] / I18n.php
index d7bb6b2..c1f9b4a 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -205,7 +205,7 @@ class Pman_Core_i18N extends Pman
     }
     function objToList($type, $obj) {
         $ret = array();
-        
+        print_r($this->cfg);
          
         foreach($this->cfg[$type] as $k) {
             $sub = false;