Removed unnecessary sanity checks when calling Log
This commit is contained in:
parent
b6bacdd432
commit
dca62b82d1
5 changed files with 7 additions and 26 deletions
|
@ -38,7 +38,7 @@ class Error
|
|||
{
|
||||
if (Log::error($message) == false)
|
||||
{
|
||||
$message .= '<br /><br />This error message could not be logged as the log path or log file is not writable';
|
||||
$message .= '<br><br>This error message could not be logged as the log path or log file is not writable';
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue