Skip to content

Commit

Permalink
Get the serverid from the folder object, where it will always be.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Nov 14, 2013
1 parent 7f695ef commit dd0e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php
Expand Up @@ -416,7 +416,7 @@ public function getChanges(array $options = array())

// Get the current syncStamp from the backend.
$this->_thisSyncStamp = $this->_backend->getSyncStamp(
empty($this->_collection['serverid']) ? null : $this->_collection['serverid'],
$this->_folder->serverid(),
$this->_lastSyncStamp);
if ($this->_thisSyncStamp === false) {
throw new Horde_ActiveSync_Exception_StaleState(
Expand Down

0 comments on commit dd0e492

Please sign in to comment.