forked from extern/egroupware
Fix 'enforce server' double adds
This commit is contained in:
parent
dd92e60180
commit
00f1a811a6
@ -419,7 +419,7 @@ class Horde_SyncML_Sync_TwoWaySync extends Horde_SyncML_Sync {
|
|||||||
'filter' => $this->_filterExpression
|
'filter' => $this->_filterExpression
|
||||||
));
|
));
|
||||||
|
|
||||||
$state->mergeAddedItems($syncType, $addedItems);
|
$state->setAddedItems($syncType, $addedItems);
|
||||||
|
|
||||||
$state->setDeletedItems($syncType, $registry->call($hordeType . '/listBy', array (
|
$state->setDeletedItems($syncType, $registry->call($hordeType . '/listBy', array (
|
||||||
'action' => 'delete',
|
'action' => 'delete',
|
||||||
|
Loading…
Reference in New Issue
Block a user