]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupblock.php
Prepopulate newnotice from URL arg
[quix0rs-gnu-social.git] / actions / groupblock.php
index 1c6ccb9e59605ae00349f9a89f709fab2671b7a4..d65b62bdff7980128e5d634ddc687729448973d0 100644 (file)
@@ -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();