From 620e0528a23a6c734ae5b001db19a62f45746c3a Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 2 Apr 2014 18:27:21 +0800 Subject: [PATCH] GoogleTranslate.php --- GoogleTranslate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleTranslate.php b/GoogleTranslate.php index 6e8d9349..259dc79a 100644 --- a/GoogleTranslate.php +++ b/GoogleTranslate.php @@ -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); -- 2.39.2