From 19416a132348f72c0ab085daa188e807a7e7935c Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 2 Apr 2014 18:33:19 +0800 Subject: [PATCH] GoogleTranslate.php --- GoogleTranslate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleTranslate.php b/GoogleTranslate.php index 3c172458..2a26a0da 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'; $handle = curl_init(); - curl_setopt($handle,CURLOPT_URL, $url); + curl_setopt($handle, CURLOPT_URL, $url); curl_setopt($handle, CURLOPT_POST, count($param)); curl_setopt($handle, CURLOPT_POSTFIELDS, http_build_query($param)); curl_setopt($handle, CURLOPT_RETURNTRANSFER, true); -- 2.39.2