]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix regression (whoops!)
authorZach Copley <zach@status.net>
Fri, 22 Oct 2010 01:38:54 +0000 (18:38 -0700)
committerZach Copley <zach@status.net>
Fri, 22 Oct 2010 01:38:54 +0000 (18:38 -0700)
actions/apioauthauthorize.php

index 0b6cf34bd20970024dab5021d9d102c657e92aed..74f75ff66040de24680614a06fad19af5c989cc3 100644 (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.