Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Dec 10, 2014
1 parent 1366810 commit e1952b0
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 @@ -26,7 +26,6 @@
*/
class Horde_ActiveSync_Rfc822
{

/**
* The memory limit for use with the PHP temp stream.
*
Expand Down Expand Up @@ -162,6 +161,7 @@ public function getHeaders()
$this->_stream->rewind();
$hdr_text = $this->_stream->substring(0, $this->_hdr_pos);
}

return Horde_Mime_Headers::parseHeaders($hdr_text);
}

Expand Down

0 comments on commit e1952b0

Please sign in to comment.