From: Chris Date: Wed, 2 Apr 2014 10:27:21 +0000 (+0800) Subject: GoogleTranslate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=620e0528a23a6c734ae5b001db19a62f45746c3a GoogleTranslate.php --- 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);