From 02fe989f244ae8497b8a9e3477d46b7e782c80ba Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 18 Jan 2013 18:35:08 +0800 Subject: [PATCH] I18n.php --- I18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/I18n.php b/I18n.php index 6168fb93..403b29e0 100644 --- a/I18n.php +++ b/I18n.php @@ -193,8 +193,8 @@ class Pman_Core_I18n extends Pman $ar[$lang]['m'] = $i->toTransList('m', $rlang); } //echo '
';print_r($ar);
-//        header('Content-type: text/javascript');
-//        echo 'Pman.I18n.Data = ' .  json_encode($ar);
+        header('Content-type: text/javascript');
+        echo 'Pman.I18n.Data = ' .  json_encode($ar);
         exit;
         
         
-- 
2.39.2