From 6ab195854ddee124b24b880ed96bb0db5fdc7805 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 29 Dec 2008 22:41:53 +0000 Subject: Remove rest::JSON content type; it's causing lots of problems and it doesn't directly help since text/html works just as well for our JSON communications --- modules/tag/controllers/tags.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/tag/controllers') diff --git a/modules/tag/controllers/tags.php b/modules/tag/controllers/tags.php index 4f8cfa5b..36cf9900 100644 --- a/modules/tag/controllers/tags.php +++ b/modules/tag/controllers/tags.php @@ -46,7 +46,6 @@ class Tags_Controller extends REST_Controller { } public function _create($tag) { - rest::http_content_type(rest::JSON); $item = ORM::factory("item", $this->input->post("item_id")); access::required("edit", $item); -- cgit v1.2.3