Changeset 28572


Ignore:
Timestamp:
May 30, 2014, 3:01:20 PM (10 years ago)
Author:
mistic100
Message:

related to bug 3086 : test for curl_init and curl_exec in fetchRemote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r28532 r28572  
    20612061
    20622062  // Try curl to read remote file
    2063   if (function_exists('curl_init'))
     2063  // TODO : remove all these @
     2064  if (function_exists('curl_init') && function_exists('curl_exec'))
    20642065  {
    20652066    $ch = @curl_init();
Note: See TracChangeset for help on using the changeset viewer.