From: Tobias Diekershoff Date: Mon, 8 Apr 2019 08:55:18 +0000 (+0200) Subject: Add subject to DB Update email X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4fef79f32c318dc048565d919b6755f01433f8e;p=friendica.git Add subject to DB Update email --- diff --git a/src/Core/Update.php b/src/Core/Update.php index 8c15002a60..d2bbc237c7 100644 --- a/src/Core/Update.php +++ b/src/Core/Update.php @@ -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]