From a5c3a43fa32022e79796cf22df0674988fdd3f63 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Sun, 19 May 2019 04:23:18 +0300 Subject: [PATCH] fix2 --- includes/FetchFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/FetchFile.php b/includes/FetchFile.php index 59ddca1..cdbf505 100644 --- a/includes/FetchFile.php +++ b/includes/FetchFile.php @@ -64,7 +64,7 @@ class FetchFile ? strtolower(@ini_get('allow_url_fopen')) : strtolower(@get_cfg_var('allow_url_fopen')); - if (! function_exists('curl_init')) + if (function_exists('curl_init')) { $fetchType = 'curl'; }