Skip to content

Commit

Permalink
Revert "Must include collection class when importing changes too."
Browse files Browse the repository at this point in the history
This reverts commit e3c5e49.
  • Loading branch information
mrubinsk committed Jun 25, 2014
1 parent e3c5e49 commit 8188431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -1001,7 +1001,7 @@ protected function _parseSyncCommands(&$collection)
case Horde_ActiveSync::SYNC_MODIFY:
if (isset($appdata)) {
$id = $importer->importMessageChange(
$serverid, $appdata, $this->_device, false, $collection['class']);
$serverid, $appdata, $this->_device, false);
if ($id && !is_array($id)) {
$collection['importedchanges'] = true;
} elseif (is_array($id)) {
Expand Down

0 comments on commit 8188431

Please sign in to comment.