diff options
author | Zach Copley <zach@status.net> | 2009-10-16 23:42:02 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-16 23:42:02 +0000 |
commit | 0bbc05c1d57b0471c1d1f33ad0d1e00cd7d57e5c (patch) | |
tree | 3536179ac3bdafd7c00897ec5915863ad544e455 /actions/apigroupcreate.php | |
parent | 0fd8e758ade32204b452cc9fd40e071f0ec8c0f6 (diff) | |
parent | e48efd322279fd67168957635fa30cf4cb46f81b (diff) |
Merge branch '0.9.x' into TwitterBridgePlugin
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.'), |