Skip to content

Commit

Permalink
SYNC_DATA is a required child element, output even if empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 7, 2016
1 parent b8b02c5 commit 14b667b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -369,7 +369,7 @@ public function messageChange($id, Horde_ActiveSync_Message_Base $message)
$this->_encoder->startTag(Horde_ActiveSync::SYNC_SERVERENTRYID);
$this->_encoder->content($id);
$this->_encoder->endTag();
$this->_encoder->startTag(Horde_ActiveSync::SYNC_DATA);
$this->_encoder->startTag(Horde_ActiveSync::SYNC_DATA, false, true);
try {
$message->encodeStream($this->_encoder);
} catch (Horde_ActiveSync_Exception $e) {
Expand Down

0 comments on commit 14b667b

Please sign in to comment.