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