Merge pull request #7105 from tobiasd/missingSubject

The email for a successful DB structure update was missing a subject line as well
This commit is contained in:
Philipp 2019-05-06 12:00:12 +02:00 committed by GitHub
commit 097ef9b326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ class Update
'uid' => $admin['uid'],
'type' => SYSTEM_EMAIL,
'to_email' => $admin['email'],
'subject' => l10n::t('[Friendica Notify] Database update'),
'preamble' => $preamble,
'body' => $preamble,
'language' => $lang]