diff options
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index cb672e868..d1baa4152 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -339,6 +339,8 @@ class RemotesubscribeAction extends Action { $omb['post_notice_url'] = omb_service_uri($omb[OMB_ENDPOINT_POSTNOTICE]); $omb['update_profile_url'] = omb_service_uri($omb[OMB_ENDPOINT_UPDATEPROFILE]); + common_ensure_session(); + $_SESSION['oauth_authorization_request'] = $omb; # Redirect to authorization service |