From 3fda5a684fcc6b718a8e5e908cd17477335ea071 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 24 Aug 2008 16:05:17 -0400 Subject: notify user of remote subscriptions darcs-hash:20080824200517-84dde-9662d89dbcd948e3ef7b7f8d4e82d90b4891c684.gz --- actions/finishremotesubscribe.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actions/finishremotesubscribe.php') diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index ba5156a20..c9bdf26da 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']); -- cgit v1.2.3-54-g00ecf