mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Issue #268 Syntax error in last commit.
This commit is contained in:
@@ -328,7 +328,7 @@ class e_file
|
|||||||
{
|
{
|
||||||
if(E107_DEBUG_LEVEL > 0)
|
if(E107_DEBUG_LEVEL > 0)
|
||||||
{
|
{
|
||||||
e107::getAdminLog()->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