forked from GNUsocial/gnu-social
OAuth related syntax fixes, nothing big
Making better use of class autoloading too.
This commit is contained in:
@@ -738,7 +738,7 @@ class OpenIDPlugin extends Plugin
|
||||
oid_assert_allowed($openid_url);
|
||||
|
||||
$returnto = common_local_url(
|
||||
'ApiOauthAuthorize',
|
||||
'ApiOAuthAuthorize',
|
||||
array(),
|
||||
array(
|
||||
'oauth_token' => $action->arg('oauth_token'),
|
||||
|
Reference in New Issue
Block a user