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/showgroup.php | |
parent | 67c387c6a0dc80a5c9beac9d73717763a2ba96f4 (diff) |
remove inboxes option
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r-- | actions/showgroup.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php index a67765ce5..bfe45ddad 100644 --- a/actions/showgroup.php +++ b/actions/showgroup.php @@ -101,11 +101,6 @@ class ShowgroupAction extends GroupDesignAction { parent::prepare($args); - if (!common_config('inboxes','enabled')) { - $this->serverError(_('Inboxes must be enabled for groups to work')); - return false; - } - $this->page = ($this->arg('page')) ? ($this->arg('page')+0) : 1; $nickname_arg = $this->arg('nickname'); |