Skip to content

Commit

Permalink
Fix element name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 17, 2016
1 parent 2b1fe9b commit be6fc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Collections.php
Expand Up @@ -1077,7 +1077,7 @@ public function initCollectionState(array &$collection, $requireSyncKey = false)

// Get the backend serverid.
if (empty($collection['serverid'])) {
$collection['serverid'] = $this->getBackendIdForFolderUid($collection['uid']);
$collection['serverid'] = $this->getBackendIdForFolderUid($collection['id']);
}


Expand Down

0 comments on commit be6fc9b

Please sign in to comment.