From fff677e6c45f259d4dcc3c4985f71f420060042b Mon Sep 17 00:00:00 2001 From: CiaranG Date: Thu, 4 Sep 2008 02:55:04 -0400 Subject: Resolve remote subscribe and omb problems with quotes (Tickets #604 and #567) darcs-hash:20080904065504-f6e2c-f0c770f52624e7151a93f2ed2b8813657ca88c14.gz --- actions/finishremotesubscribe.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actions/finishremotesubscribe.php') diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index c9bdf26da..80c259c3d 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -41,6 +41,8 @@ class FinishremotesubscribeAction extends Action { common_debug('stored request: '.print_r($omb,true), __FILE__); + + commom_remove_magic_from_request(); $req = OAuthRequest::from_request(); $token = $req->get_parameter('oauth_token'); @@ -248,4 +250,4 @@ class FinishremotesubscribeAction extends Action { return array($return['oauth_token'], $return['oauth_token_secret']); } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf