From 538eb27f28efa84e1ac8f924d12a756470e7201d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Sep 2010 12:07:09 +0800 Subject: [PATCH] I18n.php --- I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I18n.php b/I18n.php index d7bb6b2e..c1f9b4ac 100644 --- 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; -- 2.39.2