]> git.mxchange.org Git - friendica.git/commitdiff
Add subject to DB Update email
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 8 Apr 2019 08:55:18 +0000 (10:55 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 8 Apr 2019 08:55:18 +0000 (10:55 +0200)
src/Core/Update.php

index 8c15002a606ea66ccf3e645deec0ca617de9abc0..d2bbc237c7b656a078a539fbd15c759c3b2cedda 100644 (file)
@@ -411,6 +411,7 @@ class Update
                                        'uid'      => $admin['uid'],
                                        'type'     => SYSTEM_EMAIL,
                                        'to_email' => $admin['email'],
+                                       'subject'  => l10n::t('[Friendica Notify] Database update'),
                                        'preamble' => $preamble,
                                        'body'     => $body,
                                        'language' => $lang]