Re-camelcase ApiOauthAuthorizeAction so it will be accessible when

a site is in pivate mode
This commit is contained in:
Zach Copley
2010-10-21 18:15:11 -07:00
parent ce0d81c190
commit 0b134d3e69
3 changed files with 3 additions and 3 deletions

View File

@@ -676,7 +676,7 @@ class Router
array('action' => 'ApiOauthAccessToken'));
$m->connect('api/oauth/authorize',
array('action' => 'apioauthauthorize'));
array('action' => 'ApiOauthAuthorize'));
// Admin