From cac7b20b3c46ac1f4bfebda28149931bba44027d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 30 Sep 2013 15:42:55 -0600 Subject: [PATCH] Another typo --- framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php b/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php index 0f8dcd69691..295bed4d7b5 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php @@ -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); }