]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/newgroup.php
Moved theme styles from identica to base
[quix0rs-gnu-social.git] / actions / newgroup.php
index a2cf72528b2e182645d588b23c3747bcfc709237..80da9861a0482a7b9b5c1308872c9e9ca9e5a254 100644 (file)
@@ -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;