]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/groupbyid.php
Merge branch 'locshunt' into 0.9.x
[quix0rs-gnu-social.git] / actions / groupbyid.php
index 52cfaddfc3298d7a520235e31ca9001146a7765e..f65bf511afb622d7d70b818f6b6d901f379da68a 100644 (file)
@@ -68,11 +68,6 @@ class GroupbyidAction extends Action
     {
         parent::prepare($args);
 
-        if (!common_config('inboxes','enabled')) {
-            $this->serverError(_('Inboxes must be enabled for groups to work'));
-            return false;
-        }
-
         $id = $this->arg('id');
 
         if (!$id) {