From: Zach Copley Date: Thu, 21 Oct 2010 21:52:41 +0000 (-0700) Subject: Fix bad reference. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ab110e0715066a249accecf6488a8504280bc96;p=quix0rs-gnu-social.git Fix bad reference. --- diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php index c0b64aba23..a95c8268d6 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