Add subject to DB Update email

This commit is contained in:
Tobias Diekershoff 2019-04-08 10:55:18 +02:00
parent 9ed3f3d6d0
commit c4fef79f32
1 changed files with 1 additions and 0 deletions

View File

@ -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]