diff options
author | Zach Copley <zach@status.net> | 2010-10-21 13:00:03 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-21 13:00:59 -0700 |
commit | 648f79be10c1f62eb649563aa4f1cd5c51ddb19f (patch) | |
tree | b1962a3cfc01153c93c2776d0b5113cfcd7efede /lib | |
parent | bab012bd67bdaf431f7bdba707c9fdebb7d6b6bb (diff) |
Change OAuth authorization page's action name to be inline with
other web page action names so the body id outputs correctly. Fix
some other bugs.
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 417206e6b..ff1b27925 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 |