1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Minor correction to last commit.

This commit is contained in:
Cameron
2016-03-14 19:43:39 -07:00
parent e6f24c4e3c
commit abab23d37f

View File

@@ -1083,7 +1083,7 @@ $SYSTEM_DIRECTORY = "e107_system/";</pre>
if(defined('e_LOG_CRITICAL'))
{
$date = date('r');
file_put_contents(e_LOG.'criticalError.log',$date."\t\t". strip_tags($message)."\n", FILE_APPEND);
@file_put_contents(e_LOG.'criticalError.log',$date."\t\t". strip_tags($message)."\n", FILE_APPEND);
$message = LAN_ERROR_46; // "Check log for details";
$line = null;
$file = null;