1
0
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:
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) 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
} }