Skip to content

Commit

Permalink
Two more places to remove $_confirmedCount.
Browse files Browse the repository at this point in the history
Bug: 13885
  • Loading branch information
mrubinsk committed Feb 27, 2015
1 parent fcfbb70 commit 701ea44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/ActiveSync/lib/Horde/ActiveSync/Collections.php
Expand Up @@ -742,7 +742,6 @@ public function initEmptySync()
$value['synckey'])
);
$this->_cache->removeConfirmedKey($value['synckey']);
$this->_confirmedCount++;
}
$this->_synckeyCount++;
}
Expand Down Expand Up @@ -783,7 +782,6 @@ public function initPartialSync()
$value['synckey'])
);
$this->_cache->removeConfirmedKey($value['synckey']);
$this->_confirmedCount++;
}
$this->_synckeyCount++;
}
Expand Down

0 comments on commit 701ea44

Please sign in to comment.