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.
This commit is contained in:
Zach Copley
2010-10-21 13:00:03 -07:00
parent bab012bd67
commit 648f79be10
2 changed files with 6 additions and 6 deletions

View File

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