Skip to content

Commit

Permalink
We want the object here, not the data array.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 10, 2017
1 parent 75d3b88 commit b56523e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public function __construct(
Horde_ActiveSync_Imap_Message $imap_message, array $options, $logger)
{
$this->_imapMessage = $imap_message;
$this->_mbd = $this->_imapMessage->getMessageBodyData($options);
$this->_mbd = $this->_imapMessage->getMessageBodyDataObject($options);
$this->_easMessage = Horde_ActiveSync::messageFactory('Mail');

$this->_version = empty($options['protocolversion'])
Expand Down

0 comments on commit b56523e

Please sign in to comment.