From ca32955af6335d2cb2818c555ce6496e3272c5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 19 Jun 2017 08:14:23 +0200 Subject: [PATCH] Fix method name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #13396 Signed-off-by: Michal Čihař --- libraries/Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Util.php b/libraries/Util.php index 2c8776c4e9..babc312fb9 100644 --- a/libraries/Util.php +++ b/libraries/Util.php @@ -4744,7 +4744,7 @@ class Util * * @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) {