Add subject to DB Update email

This commit is contained in:
Tobias Diekershoff 2019-05-06 11:13:38 +02:00
parent 14d8c12130
commit 959054f2f2
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]