diff options
author | Zach Copley <zach@status.net> | 2010-10-21 14:52:41 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-21 14:52:41 -0700 |
commit | 4ab110e0715066a249accecf6488a8504280bc96 (patch) | |
tree | b716c8aad59d8e4b8f9a8f79ff8e67a0faa7d185 | |
parent | a548861dbfec3bd606e8dc565e3cf57876fad9eb (diff) |
Fix bad reference.
-rw-r--r-- | actions/apioauthauthorize.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php index c0b64aba2..a95c8268d 100644 --- a/actions/apioauthauthorize.php +++ b/actions/apioauthauthorize.php @@ -220,7 +220,7 @@ class ApiOauthAuthorizeAction extends Action if (!empty($callback) && $this->reqToken->verified_callback != 'oob') { $targetUrl = $this->buildCallbackUrl( - $this->callback, + $callback, array( 'oauth_token' => $this->oauthTokenParam, 'oauth_verifier' => $this->reqToken->verifier // 1.0a |