GoogleTranslate.php
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 13:01:39 +0000 (21:01 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 13:01:39 +0000 (21:01 +0800)
GoogleTranslate.php

index a206308..0d48cb4 100644 (file)
@@ -56,7 +56,7 @@ class Pman_Core_GoogleTranslate extends Pman
         if(!empty($responseDecoded->error)){
             $this->jerr($responseDecoded->error->message);
         }
-        
+        prin_tr($responseDecoded);
         $responseDecoded->data->translations[0]->translatedText = rawurldecode($responseDecoded->data->data->translations[0]->translatedText);
         $this->jok($responseDecoded->data->translations[0]);