GoogleTranslate.php
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 10:28:07 +0000 (18:28 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 10:28:07 +0000 (18:28 +0800)
GoogleTranslate.php

index a16c5be..449f582 100644 (file)
@@ -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);