From ac45f661f6eb34755338bc16df3bcc6db391c3c2 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 21 Oct 2010 18:38:54 -0700 Subject: Fix regression (whoops!) --- actions/apioauthauthorize.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3