summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-09-22 23:30:50 +0000
committerZach Copley <zach@status.net>2010-09-22 23:30:50 +0000
commit77609e0c4a1b76748ab320027b0696aced92b52c (patch)
tree6d5b9b46d9c0dc8c7f0dbaf36888724aaa5fe941 /actions
parent834c09d5a3e14badb018dbf8e08c0b12b7eb60ee (diff)
Fix for ticket 2756 - Calls to OAuth endpoints are redirected to the
login page when a site is in private mode
Diffstat (limited to 'actions')
-rw-r--r--actions/apioauthauthorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index e7c6f3761..c2fbbcdd8 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -270,7 +270,7 @@ class ApiOauthAuthorizeAction extends ApiOauthAction
$this->elementStart('form', array('method' => 'post',
'id' => 'form_apioauthauthorize',
'class' => 'form_settings',
- 'action' => common_local_url('apioauthauthorize')));
+ 'action' => common_local_url('ApiOauthAuthorize')));
$this->elementStart('fieldset');
$this->element('legend', array('id' => 'apioauthauthorize_allowdeny'),
_('Allow or deny access'));