From 88f799be6f458f71f9df87e05d24273f9a0058b9 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Fri, 21 Nov 2008 21:07:36 +0000 Subject: Fixed a bug in the REST controller dispatcher and added a test case that excercises it. --- 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 1e14b0e2..b1f777cf 100644 --- a/core/helpers/rest.php +++ b/core/helpers/rest.php @@ -84,7 +84,7 @@ class REST_Core { /** * Set HTTP response code. - * @param string Use one of status code constants defined in this class. + * @param string Use one of the status code constants defined in this class. */ public static function http_status($status_code) { header("HTTP/1.1 " . $status_code); -- cgit v1.2.3