mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Issue 268 - correct error logging message
This commit is contained in:
@@ -327,7 +327,7 @@ class e_file
|
|||||||
{
|
{
|
||||||
if(E107_DEBUG_LEVEL > 0)
|
if(E107_DEBUG_LEVEL > 0)
|
||||||
{
|
{
|
||||||
$log->addDebug('getRemoteFile() requires CURL to be installed in file_class.php');
|
e107::getAdminLog()->addDebug('getRemoteFile() requires CURL to be installed in file_class.php');
|
||||||
}
|
}
|
||||||
return FALSE; // May not be installed
|
return FALSE; // May not be installed
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user