Merge pull request #6987 from tobiasd/20190408-dbupdateemail

Add subject to DB Update email
This commit is contained in:
Philipp
2019-04-08 12:30:20 +02:00
committed by GitHub

View File

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