Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed May 8, 2015
1 parent be1d258 commit 284837a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php
Expand Up @@ -234,9 +234,7 @@ public function getStructure()
*/
public function getMessageBodyData(array $options = array())
{
$mbd = $this->getMessageBodyDataObject($options);

return $mbd->toArray();
return $this->getMessageBodyDataObject($options)->toArray();
}

/**
Expand Down

0 comments on commit 284837a

Please sign in to comment.