From: Chris Date: Wed, 2 Apr 2014 10:39:33 +0000 (+0800) Subject: GoogleTranslate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=dea822cf24869262bdbc753c941101769c107b79 GoogleTranslate.php --- diff --git a/GoogleTranslate.php b/GoogleTranslate.php index 15804506..cf68eb5c 100644 --- a/GoogleTranslate.php +++ b/GoogleTranslate.php @@ -47,8 +47,8 @@ class Pman_Core_GoogleTranslate extends Pman 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')); -  -// $response = curl_exec($handle); + + $response = curl_exec($handle); // print_r(http_build_query($param));