diff options
author | Zach Copley <zach@status.net> | 2010-10-21 18:15:11 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-21 18:15:11 -0700 |
commit | 0b134d3e6904b67b6e8e8d424a26e2a4f2f37dd6 (patch) | |
tree | 63c4c908553d0779c050922b19d0deedeec1f50d /lib | |
parent | ce0d81c19010a7eb25a721ad8662d82327139561 (diff) |
Re-camelcase ApiOauthAuthorizeAction so it will be accessible when
a site is in pivate mode
Diffstat (limited to 'lib')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php index ff1b27925..417206e6b 100644 --- a/lib/router.php +++ b/lib/router.php @@ -676,7 +676,7 @@ class Router array('action' => 'ApiOauthAccessToken')); $m->connect('api/oauth/authorize', - array('action' => 'apioauthauthorize')); + array('action' => 'ApiOauthAuthorize')); // Admin |