DataObjects/I18n.php
authorChris <chris@roojs.com>
Thu, 3 Jan 2013 09:11:25 +0000 (17:11 +0800)
committerChris <chris@roojs.com>
Thu, 3 Jan 2013 09:11:25 +0000 (17:11 +0800)
DataObjects/I18n.php

index 5f13f0a..e95005c 100644 (file)
@@ -161,7 +161,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
     {
         $ret = array();
         $cfg = $this->cfg();
-        
+        print_r($cfg);
         switch ($t) {
             case 'c':
                 require_once 'I18Nv2/Country.php';