Browse Source

Made the response headers public.

Taylor Otwell 14 years ago
parent
commit
328b9fcb28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/response.php

+ 1 - 1
system/response.php

@@ -21,7 +21,7 @@ class Response {
 	 *
 	 *
 	 * @var array
 	 * @var array
 	 */
 	 */
-	private $headers = array();
+	public $headers = array();
 
 
 	/**
 	/**
 	 * HTTP status codes.
 	 * HTTP status codes.