mirror of
https://github.com/e107inc/e107.git
synced 2025-06-05 02:15:13 +02:00
Issue 268 - correct error logging message
This commit is contained in:
parent
53c8dad760
commit
2d2f53ae84
@ -327,7 +327,7 @@ class e_file
|
||||
{
|
||||
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user