From cdda1bfb17b631ec443b5154764cd0d15bc104e5 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 18 Sep 2010 23:31:00 -0400 Subject: [PATCH] Correcting comment. --- cake/libs/cake_response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/cake_response.php b/cake/libs/cake_response.php index 96c26275405..6a3d300b9b3 100644 --- a/cake/libs/cake_response.php +++ b/cake/libs/cake_response.php @@ -390,7 +390,7 @@ protected function _sendContent($content) { * e.g `header('WWW-Authenticate: Negotiate');` * * ### Array of string headers - * e.g `header(array('WWW-Authenticate: Negotiate'), array('Content-type: application/pdf'));` + * e.g `header(array('WWW-Authenticate: Negotiate', 'Content-type: application/pdf'));` * * Multiple calls for setting the same header name will have the same effect as setting the header once * with the last value sent for it