Add subject to DB Update email
This commit is contained in:
parent
14d8c12130
commit
959054f2f2
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue