diff options
author | Evan Prodromou <evan@status.net> | 2009-10-13 17:38:27 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-13 17:38:27 -0400 |
commit | 4f5badda94071d9debc8dacfbc9072be3c2ee73d (patch) | |
tree | b07ffe2d63415876576ceeac09d261c6f7d42811 /actions/groupbyid.php | |
parent | 67c387c6a0dc80a5c9beac9d73717763a2ba96f4 (diff) |
remove inboxes option
Diffstat (limited to 'actions/groupbyid.php')
-rw-r--r-- | actions/groupbyid.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/groupbyid.php b/actions/groupbyid.php index 52cfaddfc..f65bf511a 100644 --- a/actions/groupbyid.php +++ b/actions/groupbyid.php @@ -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) { |