summaryrefslogtreecommitdiff
path: root/actions/finishremotesubscribe.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-24 16:05:17 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-24 16:05:17 -0400
commit3fda5a684fcc6b718a8e5e908cd17477335ea071 (patch)
tree0b3231b0f2fe69aadc7878952673c00b0aff832b /actions/finishremotesubscribe.php
parentbf5176a711986504fd73717eb9b0ce015f51bc3e (diff)
notify user of remote subscriptions
darcs-hash:20080824200517-84dde-9662d89dbcd948e3ef7b7f8d4e82d90b4891c684.gz
Diffstat (limited to 'actions/finishremotesubscribe.php')
-rw-r--r--actions/finishremotesubscribe.php4
1 files changed, 4 insertions, 0 deletions
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']);