This commit is contained in:
PJ Dietz 2013-03-29 14:00:45 -04:00
parent 9863bee7f5
commit 3018d4c660
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ abstract class Message
public function __construct() public function __construct()
{ {
$this->headers = array(); $this->headers = array();
$this->headerLines = array(); $this->headerLookup = array();
} }
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------