Skip to content

Commit

Permalink
GAL picture data is NOT opaque dispite the docs.
Browse files Browse the repository at this point in the history
...at least no client, including mobile outlook, treats it that way.
  • Loading branch information
mrubinsk committed Jan 13, 2019
1 parent 2e4684a commit dd5524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/ActiveSync/Message/GalPicture.php
Expand Up @@ -34,7 +34,7 @@ class Horde_ActiveSync_Message_GalPicture extends Horde_ActiveSync_Message_Base
*/
protected $_mapping = array(
Horde_ActiveSync::GAL_STATUS => array(self::KEY_ATTRIBUTE => 'status'),
Horde_ActiveSync::GAL_DATA => array(self::KEY_ATTRIBUTE => 'data', self::KEY_TYPE => 'opaque')
Horde_ActiveSync::GAL_DATA => array(self::KEY_ATTRIBUTE => 'data')
);

/**
Expand Down

0 comments on commit dd5524e

Please sign in to comment.