From: Tobias Diekershoff Date: Tue, 3 Apr 2018 10:45:27 +0000 (+0200) Subject: pass uid to notofication system so securemail addon can pick it up X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d10cdfe9423266b5f88bb082cb0f75f0b96f1151;p=friendica.git pass uid to notofication system so securemail addon can pick it up --- diff --git a/mod/lostpass.php b/mod/lostpass.php index 56ad7e30ef..e44c0938e4 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -69,6 +69,7 @@ function lostpass_post(App $a) notification([ 'type' => SYSTEM_EMAIL, 'to_email' => $user['email'], + 'uid' => $user['uid'], 'subject' => L10n::t('Password reset requested at %s', $sitename), 'preamble' => $preamble, 'body' => $body