Skip to content

Commit

Permalink
Fix detected importfailures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 28, 2019
1 parent ccf5dcc commit 0ec3d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -975,7 +975,7 @@ protected function _parseSyncCommands(&$collection)
$collection['class'], $collection['synckey']
);
if (is_array($ires) && !empty($ires['error'])) {
$collection['importedfailures'][$ires[0]] = $ires['error'];
$collection['importfailures'][$ires[0]] = $ires['error'];
} elseif (is_array($ires)) {
$collection['importedchanges'] = true;
if (empty($collection['modifiedids'])) {
Expand Down

0 comments on commit 0ec3d12

Please sign in to comment.