]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apioauthauthorize.php
Fix regression (whoops!)
[quix0rs-gnu-social.git] / 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.