From e2b040c6ae3797a5d6ec6c0f05f6bf3194e07c52 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 20 Nov 2008 06:49:43 +0000 Subject: Add a missing slash in the HTTP return code --- core/helpers/rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/helpers') diff --git a/core/helpers/rest.php b/core/helpers/rest.php index dabff770..1e14b0e2 100644 --- a/core/helpers/rest.php +++ b/core/helpers/rest.php @@ -87,7 +87,7 @@ class REST_Core { * @param string Use one of status code constants defined in this class. */ public static function http_status($status_code) { - header("HTTP 1.1 " . $status_code); + header("HTTP/1.1 " . $status_code); } /** -- cgit v1.2.3