From 7fe62ef22eeb77e733ec4cf52a5cbbb227c98e64 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Mon, 26 Sep 2016 21:48:58 +0530 Subject: [PATCH] Remove extra space Signed-off-by: Deven Bansod --- libraries/Util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Util.php b/libraries/Util.php index ae0e978408..85dfae508f 100644 --- a/libraries/Util.php +++ b/libraries/Util.php @@ -4916,7 +4916,6 @@ class Util curl_setopt($curl_handle, CURLOPT_HEADER, true); } - if ($method == "POST") { curl_setopt($curl_handle, CURLOPT_POSTFIELDS, $content); }