]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/grouplogo.php
remove inboxes option
[quix0rs-gnu-social.git] / actions / grouplogo.php
index 63ba769c7a61feb5a2e5eb71d513859496123cdf..a9dc7eb1d99a8e87adebf2e1f21e6c049f3e36f3 100644 (file)
@@ -66,11 +66,6 @@ class GrouplogoAction extends GroupDesignAction
     {
         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;