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/joingroup.php | |
parent | 67c387c6a0dc80a5c9beac9d73717763a2ba96f4 (diff) |
remove inboxes option
Diffstat (limited to 'actions/joingroup.php')
-rw-r--r-- | actions/joingroup.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/actions/joingroup.php b/actions/joingroup.php index 0209dd43f..bf69b2ad1 100644 --- a/actions/joingroup.php +++ b/actions/joingroup.php @@ -56,11 +56,6 @@ class JoingroupAction 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 join a group.')); return false; |