Merge pull request #6987 from tobiasd/20190408-dbupdateemail
Add subject to DB Update email
This commit is contained in:
commit
2005df97c1
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ class Update
|
|||
'uid' => $admin['uid'],
|
||||
'type' => SYSTEM_EMAIL,
|
||||
'to_email' => $admin['email'],
|
||||
'subject' => l10n::t('[Friendica Notify] Database update'),
|
||||
'preamble' => $preamble,
|
||||
'body' => $body,
|
||||
'language' => $lang]
|
||||
|
|
Loading…
Reference in a new issue