]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OStatus/actions/groupsalmon.php
Cosmetic changes to common_redirect, clientError, serverError
[quix0rs-gnu-social.git] / plugins / OStatus / actions / groupsalmon.php
index c8b2a73b681e42430c0e3958ae1b34ba8de67d32..e23312055fd3933ceca5ccff6b0643e779d14d59 100644 (file)
@@ -145,7 +145,6 @@ class GroupsalmonAction extends SalmonAction
         if (Group_block::isBlocked($this->group, $profile)) {
             // TRANS: Client error displayed when trying to join a group the user is blocked from by a group admin.
             $this->clientError(_m('You have been blocked from that group by the admin.'), 403);
-            return false;
         }
 
         try {