]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthauthorize.php
Pass OAuth authorize page's mode paramater to OpenID plugin so it can create a correct
[quix0rs-gnu-social.git] / actions / apioauthauthorize.php
index 74f75ff66040de24680614a06fad19af5c989cc3..9929c36c0d9131e9b089b2d9521b64027ab8f551 100644 (file)
@@ -379,6 +379,7 @@ class ApiOauthAuthorizeAction extends Action
                                  _('Allow or deny access'));
 
         $this->hidden('token', common_session_token());
+       $this->hidden('mode', $this->mode);
         $this->hidden('oauth_token', $this->oauthTokenParam);
         $this->hidden('oauth_callback', $this->callback);