1
0
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:
SteveD 2013-05-14 20:21:27 +01:00
parent 53c8dad760
commit 2d2f53ae84

View File

@ -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
}