diff options
author | Zach Copley <zach@status.net> | 2010-10-21 18:15:11 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-10-21 18:15:11 -0700 |
commit | 0b134d3e6904b67b6e8e8d424a26e2a4f2f37dd6 (patch) | |
tree | 63c4c908553d0779c050922b19d0deedeec1f50d /actions | |
parent | ce0d81c19010a7eb25a721ad8662d82327139561 (diff) |
Re-camelcase ApiOauthAuthorizeAction so it will be accessible when
a site is in pivate mode
Diffstat (limited to 'actions')
-rw-r--r-- | actions/showapplication.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/showapplication.php b/actions/showapplication.php index 387273006..10aaff538 100644 --- a/actions/showapplication.php +++ b/actions/showapplication.php @@ -281,7 +281,7 @@ class ShowApplicationAction extends OwnerDesignAction $this->elementStart('dl', 'entity_authorize_url'); $this->element('dt', null, _('Authorize URL')); - $this->element('dd', null, common_local_url('apioauthauthorize')); + $this->element('dd', null, common_local_url('ApiOauthAuthorize')); $this->elementEnd('dl'); $this->element('p', 'note', |