diff options
author | Zach Copley <zach@status.net> | 2010-10-21 14:45:42 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-21 14:45:42 -0700 |
commit | a548861dbfec3bd606e8dc565e3cf57876fad9eb (patch) | |
tree | dd4b6f7fe354111121ee7b0730e9eaeb02b42831 /plugins/OpenID | |
parent | fb86e7c2857a467e9606cf7e024dda6807639c0c (diff) |
OAuth - proper callback handling and better styling for authorization
page when in desktop mode
Diffstat (limited to 'plugins/OpenID')
-rw-r--r-- | plugins/OpenID/OpenIDPlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OpenID/OpenIDPlugin.php b/plugins/OpenID/OpenIDPlugin.php index d8127aa68..87eab94a2 100644 --- a/plugins/OpenID/OpenIDPlugin.php +++ b/plugins/OpenID/OpenIDPlugin.php @@ -713,7 +713,7 @@ class OpenIDPlugin extends Plugin require_once dirname(__FILE__) . '/openid.php'; oid_assert_allowed($openid_url); - $returnto = common_local_url('ApiOauthAuthorize', array(), + $returnto = common_local_url('apioauthauthorize', array(), array('oauth_token' => $action->arg('oauth_token'))); common_set_returnto($returnto); |