X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fgroupblock.php;h=d65b62bdff7980128e5d634ddc687729448973d0;hb=2c5cba28b6a8e13a58fe7584835340aa9779b146;hp=1c6ccb9e59605ae00349f9a89f709fab2671b7a4;hpb=fc047bd6e6208be5832c9855b4054c25b189776c;p=quix0rs-gnu-social.git diff --git a/actions/groupblock.php b/actions/groupblock.php index 1c6ccb9e59..d65b62bdff 100644 --- a/actions/groupblock.php +++ b/actions/groupblock.php @@ -205,7 +205,6 @@ class GroupblockAction extends RedirectingAction if (empty($block)) { // TRANS: Server error displayed when trying to block a user from a group fails because of an application error. $this->serverError(_("Database error blocking user from group.")); - return false; } $this->returnToPrevious();