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'; }