Skip to content

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 30, 2013
1 parent cdfa32c commit cac7b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php
Expand Up @@ -106,7 +106,7 @@ public function getString()
public function getHeaders()
{
$this->_stream->rewind();
$this->_stream->getString(null, $this->_hdr_pos);
$hdr_text = $this->_stream->getString(null, $this->_hdr_pos);
return Horde_Mime_Headers::parseHeaders($hdr_text);
}

Expand Down

0 comments on commit cac7b20

Please sign in to comment.