Skip to content

Commit

Permalink
Made Response addHeader method public - thanks bosok
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Jun 11, 2009
1 parent 148fee9 commit a4da91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recess/recess/http/Response.class.php
Expand Up @@ -33,7 +33,7 @@ public function getCookies() {
return $this->cookies;
}

protected function addHeader($header) {
public function addHeader($header) {
$this->headers[] = $header;
}

Expand Down

0 comments on commit a4da91f

Please sign in to comment.