I18n.php
authorChris <chris@roojs.com>
Fri, 18 Jan 2013 10:35:08 +0000 (18:35 +0800)
committerChris <chris@roojs.com>
Fri, 18 Jan 2013 10:35:08 +0000 (18:35 +0800)
I18n.php

index 6168fb9..403b29e 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -193,8 +193,8 @@ class Pman_Core_I18n extends Pman
             $ar[$lang]['m'] = $i->toTransList('m', $rlang);
         }
         //echo '<PRE>';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;