Fix regression (whoops!)

This commit is contained in:
Zach Copley 2010-10-21 18:38:54 -07:00
parent c5a84ef76f
commit ac45f661f6
1 changed files with 1 additions and 1 deletions

View File

@ -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.