X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnewgroup.php;h=80da9861a0482a7b9b5c1308872c9e9ca9e5a254;hb=61419038e5747886357964a7eb3f814761482891;hp=a2cf72528b2e182645d588b23c3747bcfc709237;hpb=fc682ecede72680bad849ea1cf159fdf2ec70898;p=quix0rs-gnu-social.git diff --git a/actions/newgroup.php b/actions/newgroup.php index a2cf72528b..80da9861a0 100644 --- a/actions/newgroup.php +++ b/actions/newgroup.php @@ -61,11 +61,6 @@ class NewgroupAction extends Action { parent::prepare($args); - if (!common_config('inboxes','enabled')) { - $this->serverError(_('Inboxes must be enabled for groups to work')); - return false; - } - if (!common_logged_in()) { $this->clientError(_('You must be logged in to create a group.')); return false;