summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-10-21 18:38:54 -0700
committerZach Copley <zach@status.net>2010-10-21 18:38:54 -0700
commitac45f661f6eb34755338bc16df3bcc6db391c3c2 (patch)
tree5e605198aa2c70559174aaa1ffc74c021e7d359c
parentc5a84ef76fa43f3ece5c78d9daf017d20ee26081 (diff)
Fix regression (whoops!)
-rw-r--r--actions/apioauthauthorize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apioauthauthorize.php b/actions/apioauthauthorize.php
index 0b6cf34bd..74f75ff66 100644
--- a/actions/apioauthauthorize.php
+++ b/actions/apioauthauthorize.php
@@ -372,7 +372,7 @@ class ApiOauthAuthorizeAction extends Action
$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'),
// TRANS: Fieldset legend.