From: Tobias Diekershoff Date: Mon, 6 May 2019 09:13:38 +0000 (+0200) Subject: Add subject to DB Update email X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=959054f2f2e1cbbaa4375515b14b177e73f921cb;p=friendica.git Add subject to DB Update email --- diff --git a/src/Core/Update.php b/src/Core/Update.php index 3a356d1624..a52ef903b2 100644 --- a/src/Core/Update.php +++ b/src/Core/Update.php @@ -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]