Re-camelcase ApiOauthAuthorizeAction so it will be accessible when
a site is in pivate mode
This commit is contained in:
@@ -676,7 +676,7 @@ class Router
|
||||
array('action' => 'ApiOauthAccessToken'));
|
||||
|
||||
$m->connect('api/oauth/authorize',
|
||||
array('action' => 'apioauthauthorize'));
|
||||
array('action' => 'ApiOauthAuthorize'));
|
||||
|
||||
// Admin
|
||||
|
||||
|
Reference in New Issue
Block a user