diff options
author | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-21 21:07:36 +0000 |
---|---|---|
committer | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-21 21:07:36 +0000 |
commit | 88f799be6f458f71f9df87e05d24273f9a0058b9 (patch) | |
tree | 5468c0b1268322fdd3aa49491ff8b7e739fd6e48 /core/helpers | |
parent | 4f5e3ad6d58c40a44ee2c4da8ec15c4851e33095 (diff) |
Fixed a bug in the REST controller dispatcher and added a test case that excercises it.
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/rest.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |