mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 10:15:28 +02:00
Fix issue processwire/processwire-issues#1332
This commit is contained in:
@@ -644,7 +644,7 @@ class WireShutdown extends Wire {
|
||||
if(empty($emailSubject)) $emailSubject = $this->labels['email-subject'];
|
||||
|
||||
$emailBody = $this->fatalErrorResponse['emailBody'];
|
||||
if(empty($emailSubject)) $emailBody = self::defaultEmailBody;
|
||||
if(empty($emailBody)) $emailBody = self::defaultEmailBody;
|
||||
|
||||
$message = str_replace("\t", "\n", $message);
|
||||
|
||||
|
Reference in New Issue
Block a user