From 648f79be10c1f62eb649563aa4f1cd5c51ddb19f Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 21 Oct 2010 13:00:03 -0700 Subject: 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. --- lib/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3-54-g00ecf