diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-15 11:35:43 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-15 11:35:43 -0400 |
commit | 55d7bb4701ca39fb8f4b859b19defdfc7af0142c (patch) | |
tree | ea91f02ddda166c66991bf25d284079978c53f1f /actions/finishremotesubscribe.php | |
parent | 3cc94cc0bc2a57a08be63ecb274e7d2428ed6298 (diff) | |
parent | 573d4cf0fbc8f4ef5fb07e291f4a2b3dc0636ef5 (diff) |
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions/finishremotesubscribe.php')
-rw-r--r-- | actions/finishremotesubscribe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php index d54c29a60..3e3a81715 100644 --- a/actions/finishremotesubscribe.php +++ b/actions/finishremotesubscribe.php @@ -44,7 +44,7 @@ class FinishremotesubscribeAction extends Action common_debug('stored request: '.print_r($omb,true), __FILE__); common_remove_magic_from_request(); - $req = OAuthRequest::from_request(); + $req = OAuthRequest::from_request('POST', common_local_url('finishuserauthorization')); $token = $req->get_parameter('oauth_token'); |