summaryrefslogtreecommitdiff
path: root/actions/newgroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-10-13 17:38:27 -0400
committerEvan Prodromou <evan@status.net>2009-10-13 17:38:27 -0400
commit4f5badda94071d9debc8dacfbc9072be3c2ee73d (patch)
treeb07ffe2d63415876576ceeac09d261c6f7d42811 /actions/newgroup.php
parent67c387c6a0dc80a5c9beac9d73717763a2ba96f4 (diff)
remove inboxes option
Diffstat (limited to 'actions/newgroup.php')
-rw-r--r--actions/newgroup.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/newgroup.php b/actions/newgroup.php
index a2cf72528..80da9861a 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;