From: Chris Date: Wed, 2 Apr 2014 10:28:07 +0000 (+0800) Subject: GoogleTranslate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f0c46b28c75ab2e06121a815447a1bb0d8c28676 GoogleTranslate.php --- diff --git a/GoogleTranslate.php b/GoogleTranslate.php index a16c5be9..449f582c 100644 --- a/GoogleTranslate.php +++ b/GoogleTranslate.php @@ -39,7 +39,7 @@ class Pman_Core_GoogleTranslate extends Pman 'target' => $_REQUEST['dest'] ); - $url = 'https://www.googleapis.com/language/translate/v2'.http_build_query($param); + $url = 'https://www.googleapis.com/language/translate/v2'; $handle = curl_init(); curl_setopt($handle,CURLOPT_URL, $url);