diff options
author | Zach Copley <zach@status.net> | 2010-01-13 21:11:08 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-24 16:36:05 -0800 |
commit | 9e7f47652d860d7f1e296dd369c4e68814bf2636 (patch) | |
tree | f5a86c814d361dec9915d7940452e440a035a6d7 /actions/showapplication.php | |
parent | dbcbc2fe7ff0368910a49ed5675b0edc1e2bf18d (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; |