1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 08:06:38 +02:00

Issue #268 Syntax error in last commit.

This commit is contained in:
Cameron
2013-05-14 18:30:06 -07:00
parent e68cc32a70
commit 5d58982d22

View File

@@ -328,7 +328,7 @@ class e_file
{
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
}