Fixed some small display issues.

This commit is contained in:
James Cole
2016-12-22 17:04:41 +01:00
parent cabdf4e380
commit 284db7f90b
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ class MailError extends Job implements ShouldQueue
['emails.error-html', 'emails.error-text'], $args,
function (Message $message) use ($email) {
if ($email != 'mail@example.com') {
$message->to($email, $email)->subject('Caught an error in Firely III.');
$message->to($email, $email)->subject('Caught an error in Firely III');
}
}
);