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/apigroupcreate.php | |
parent | 67c387c6a0dc80a5c9beac9d73717763a2ba96f4 (diff) |
remove inboxes option
Diffstat (limited to 'actions/apigroupcreate.php')
-rw-r--r-- | actions/apigroupcreate.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/actions/apigroupcreate.php b/actions/apigroupcreate.php index cdb2afb5b..f66e83073 100644 --- a/actions/apigroupcreate.php +++ b/actions/apigroupcreate.php @@ -99,15 +99,6 @@ class ApiGroupCreateAction extends ApiAuthAction { parent::handle($args); - if (!common_config('inboxes', 'enabled')) { - $this->serverError( - _('Inboxes must be enabled for groups to work'), - 400, - $this->format - ); - return false; - } - if ($_SERVER['REQUEST_METHOD'] != 'POST') { $this->clientError( _('This method requires a POST.'), |