Skip to content

Commit

Permalink
Merge branch 'QA_4_7'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jun 19, 2017
2 parents f446b3c + ca32955 commit 4eac19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Util.php
Expand Up @@ -4703,7 +4703,7 @@ public static function httpRequestReturn($response, $http_status, $return_only_s
*
* @return mixed
*/
public static function httprequestcurl($url, $method, $return_only_status = false, $content = null, $header = "", $ssl = 0)
public static function httpRequestCurl($url, $method, $return_only_status = false, $content = null, $header = "", $ssl = 0)
{
$curl_handle = curl_init($url);
if ($curl_handle === false) {
Expand Down

0 comments on commit 4eac19a

Please sign in to comment.