]> git.mxchange.org Git - friendica.git/commitdiff
Add subject to DB Update email
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 6 May 2019 09:13:38 +0000 (11:13 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 6 May 2019 09:13:38 +0000 (11:13 +0200)
src/Core/Update.php

index 3a356d162434cf34ef047e6179b8ff95c67ed390..a52ef903b2da8867854fc1660317d57817e51cec 100644 (file)
@@ -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]