From 2d2f53ae849d31f2e081f1b70d8d4ed13ada7498 Mon Sep 17 00:00:00 2001 From: SteveD Date: Tue, 14 May 2013 20:21:27 +0100 Subject: [PATCH] Issue 268 - correct error logging message --- e107_handlers/file_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/file_class.php b/e107_handlers/file_class.php index e6a94b688..3ddce1371 100644 --- a/e107_handlers/file_class.php +++ b/e107_handlers/file_class.php @@ -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 }