]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showapplication.php
Revoke access token UI
[quix0rs-gnu-social.git] / actions / showapplication.php
index b21b994aa23af13f5f2db476f77d11652d8c3fd5..049206375d260ff09e49f1baacaf3d439b1e5154 100644 (file)
@@ -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;