Remove extra space

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2016-09-26 21:48:58 +05:30
parent 827ff6534d
commit 7fe62ef22e

View File

@ -4916,7 +4916,6 @@ class Util
curl_setopt($curl_handle, CURLOPT_HEADER, true);
}
if ($method == "POST") {
curl_setopt($curl_handle, CURLOPT_POSTFIELDS, $content);
}