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

index 3c17245..2a26a0d 100644 (file)
@@ -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);