From c51c003d3ab1d4e5c1f80d46d582bb9aba3a6388 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 29 Jun 2013 16:31:08 +0400 Subject: [PATCH] Correcting content type from text/json to application/json --- fever/fever_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fever/fever_api.php b/fever/fever_api.php index 4238d25..46d3f6c 100755 --- a/fever/fever_api.php +++ b/fever/fever_api.php @@ -730,7 +730,7 @@ class FeverAPI extends Handler { if ($this->xml) header("Content-Type: text/xml"); else - header("Content-Type: text/json"); + header("Content-Type: application/json"); // check we have a valid user if (!$_SESSION["uid"]) {