Skip to content

Commit

Permalink
Bug: 13225 Fix Horde_Core_ActiveSync_Mail usage.
Browse files Browse the repository at this point in the history
No idea how this wasn't throwing an error on instantiation anywhere...
  • Loading branch information
mrubinsk committed May 28, 2014
1 parent 20297eb commit 09f7c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -1823,7 +1823,7 @@ public function sendMail(
$rfc822, $forward = false, $reply = false, $parent = false, $save = true,
Horde_ActiveSync_Message_SendMail $message = null)
{
$mailer = new Horde_Core_ActiveSync_Mail();
$mailer = new Horde_Core_ActiveSync_Mail($this->_imap, $this->_user, $this->_version);
$raw_message = !empty($message)
? new Horde_ActiveSync_Rfc822($message->mime)
: new Horde_ActiveSync_Rfc822($rfc822);
Expand Down

0 comments on commit 09f7c95

Please sign in to comment.