diff options
author | Zach Copley <zach@status.net> | 2010-01-13 21:11:08 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-14 02:41:10 +0000 |
commit | 38269a6579789cbdaa309fa08e6cbb196879e7cf (patch) | |
tree | fc9144d950b81e3f973c4b126342c556512e64fa /actions/showapplication.php | |
parent | 3aa0d8bea7395b4c67521af4bad5c8936ea194fa (diff) |
Revoke access token UI
Diffstat (limited to 'actions/showapplication.php')
-rw-r--r-- | actions/showapplication.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/showapplication.php b/actions/showapplication.php index b21b994aa..049206375 100644 --- a/actions/showapplication.php +++ b/actions/showapplication.php @@ -92,6 +92,7 @@ class ShowApplicationAction extends OwnerDesignAction if ($cur->id != $this->owner->id) { $this->clientError(_('You are not the owner of this application.'), 401); + return false; } return true; |