1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +02:00
This commit is contained in:
Ryan Cramer
2021-03-19 10:55:39 -04:00
parent 60cc947770
commit 3146b5c6c8

View File

@@ -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);