X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ffinishremotesubscribe.php;h=c9bdf26da871bdf4cf48dcb6cb125b7731340dda;hb=2e239e3fbb4b8b8bc837f32ee750c9cbf266f246;hp=ba5156a204ff770bb25218e43b4fc190259af739;hpb=0f502b8d8656bf9f1340611893dd0e4d736aeea3;p=quix0rs-gnu-social.git diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index ba5156a204..c9bdf26da8 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -181,6 +181,10 @@ class FinishremotesubscribeAction extends Action { return; } + # Notify user, if necessary + + mail_subscribe_notify_profile($user, $profile); + # Clear the data unset($_SESSION['oauth_authorization_request']);