GoogleTranslate.php
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 10:32:10 +0000 (18:32 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 10:32:10 +0000 (18:32 +0800)
GoogleTranslate.php

index d7ec433..a99d9af 100644 (file)
@@ -47,7 +47,10 @@ class Pman_Core_GoogleTranslate extends Pman
         curl_setopt($handle, CURLOPT_POSTFIELDS, http_build_query($param));
         curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
         
-        $response = curl_exec($handle);                 
+        $response = curl_exec($handle);
+        
+        print_r($response);
+        
         $responseDecoded = json_decode($response, true);
         curl_close($handle);