Skip to content

Commit

Permalink
Mark this property dirty to be sure it's saved.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 18, 2015
1 parent 13cb599 commit 729ae9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php
Expand Up @@ -497,6 +497,7 @@ public function addConfirmedKey($key)
public function removeConfirmedKey($key)
{
unset($this->_data['confirmed_synckeys'][$key]);
$this->_dirty['confirmed_synckeys'] = true;
}

/**
Expand Down

0 comments on commit 729ae9b

Please sign in to comment.