summaryrefslogtreecommitdiff
path: root/actions/finishremotesubscribe.php
diff options
context:
space:
mode:
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']);