Merge pull request #7105 from tobiasd/missingSubject
The email for a successful DB structure update was missing a subject line as well
This commit is contained in:
commit
097ef9b326
|
@ -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