diff options
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; |