From ab0a4ab9175039bdb0c75a86710642eac9353ebd Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 2 Apr 2014 18:37:01 +0800 Subject: [PATCH] GoogleTranslate.php --- GoogleTranslate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleTranslate.php b/GoogleTranslate.php index 6fdafa11..0d2e71b0 100644 --- a/GoogleTranslate.php +++ b/GoogleTranslate.php @@ -46,7 +46,7 @@ class Pman_Core_GoogleTranslate extends Pman curl_setopt($handle, CURLOPT_POST, count($param)); curl_setopt($handle, CURLOPT_POSTFIELDS, http_build_query($param)); curl_setopt($handle, CURLOPT_RETURNTRANSFER, true); -// curl_setopt($handle, CURLOPT_HTTPHEADER, array('X-HTTP-Method-Override: GET')); + curl_setopt($handle, CURLOPT_HTTPHEADER, array('X-HTTP-Method-Override: GET'));   $response = curl_exec($handle); -- 2.39.2