From d6f4312c4aad92962683ba5cc24af2ddd6d65356 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 18 Aug 2014 15:35:31 +0800 Subject: [PATCH] DataObjects/I18n.php --- DataObjects/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/I18n.php b/DataObjects/I18n.php index f07b2b45..561f0004 100644 --- a/DataObjects/I18n.php +++ b/DataObjects/I18n.php @@ -96,7 +96,7 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject echo "$k / "; print_R($v); self::$cfg[$k] = is_array($v) ? $v : explode(',', $v); } - //print_R(self::$cfg); + print_R(self::$cfg);exit; return self::$cfg; -- 2.39.2