Skip to content

Commit

Permalink
Fix const name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 18, 2019
1 parent 57928e3 commit 1037934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -3141,7 +3141,7 @@ public function setDevice(Horde_ActiveSync_Device $device)
// @todo remove is_callable for Horde 6(?)
if (!empty($this->_imap) && is_callable(array($this->_imap, 'setOptions'))) {
$options = array(
Horde_ActiveSync_Imap_Message::ATTACHMENT_OPTIONS_DECODE_TNEF =>
Horde_ActiveSync_Imap_Message::OPTIONS_DECODE_TNEF =>
!$this->_device->hasQuirk(Horde_ActiveSync_Device::QUIRK_SUPPORTS_TNEF)
);
$this->_imap->setOptions($options);
Expand Down

0 comments on commit 1037934

Please sign in to comment.