mirror of
https://github.com/friendica/friendica
synced 2024-11-11 04:22:53 +00:00
Add subject to DB Update email
This commit is contained in:
parent
14d8c12130
commit
959054f2f2
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,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' => $preamble,
|
'body' => $preamble,
|
||||||
'language' => $lang]
|
'language' => $lang]
|
||||||
|
|
Loading…
Reference in a new issue