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

index 6e8d934..259dc79 100644 (file)
@@ -42,7 +42,7 @@ class Pman_Core_GoogleTranslate extends Pman
         $url = 'https://www.googleapis.com/language/translate/v2?'.http_build_query($param);
 
         $handle = curl_init($url);
-        curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
+//        curl_setopt($handle, CURLOPT_RETURNTRANSFER, true);
         curl_setopt($handle, CURLOPT_POST, count($param));
         curl_setopt($handle, CURLOPT_POSTFIELDS, $param);
         $response = curl_exec($handle);