OAuth related syntax fixes, nothing big

Making better use of class autoloading too.
This commit is contained in:
Mikael Nordfeldth
2013-10-06 12:40:58 +02:00
parent 5974493707
commit cc34bb48c7
14 changed files with 25 additions and 41 deletions

View File

@@ -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'),