Skip to content

Commit

Permalink
Another place to pass in a stream
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 5, 2014
1 parent 5f6a989 commit 2303960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php
Expand Up @@ -552,7 +552,7 @@ protected function _getHeaders($id, $format, $key)
} elseif (is_object($this->_data[$key][$id])) {
return clone $this->_data[$key][$id];
}
return Horde_Mime_Headers::parseHeaders($this->_getHeaders($id, 0, $key));
return Horde_Mime_Headers::parseHeaders($this->_getHeaders($id, self::HEADER_STREAM, $key));
}

if (!isset($this->_data[$key][$id])) {
Expand Down

0 comments on commit 2303960

Please sign in to comment.