GoogleTranslate.php
[Pman.Core] / GoogleTranslate.php
index a99d9af..3c17245 100644 (file)
@@ -49,7 +49,7 @@ class Pman_Core_GoogleTranslate extends Pman
         
         $response = curl_exec($handle);
         
-        print_r($response);
+        print_r(http_build_query($param));
         
         $responseDecoded = json_decode($response, true);
         curl_close($handle);