From 0b134d3e6904b67b6e8e8d424a26e2a4f2f37dd6 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 21 Oct 2010 18:15:11 -0700 Subject: Re-camelcase ApiOauthAuthorizeAction so it will be accessible when a site is in pivate mode --- actions/showapplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') 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', -- cgit v1.2.3-54-g00ecf