diff options
author | Zach Copley <zach@status.net> | 2010-10-21 18:38:54 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-21 18:38:54 -0700 |
commit | ac45f661f6eb34755338bc16df3bcc6db391c3c2 (patch) | |
tree | 5e605198aa2c70559174aaa1ffc74c021e7d359c | |
parent | c5a84ef76fa43f3ece5c78d9daf017d20ee26081 (diff) |
Fix regression (whoops!)
-rw-r--r-- | actions/apioauthauthorize.php | 2 |
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. |