From 328b9fcb286ea3939d2bced0c9984faa301bb219 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 10 Jun 2011 13:18:52 -0700 Subject: [PATCH] Made the response headers public. --- system/response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/response.php b/system/response.php index 352371e6..af68c0b1 100644 --- a/system/response.php +++ b/system/response.php @@ -21,7 +21,7 @@ class Response { * * @var array */ - private $headers = array(); + public $headers = array(); /** * HTTP status codes.