Skip to content

Commit

Permalink
Parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 10, 2016
1 parent 71e2faf commit e1c7d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -392,7 +392,7 @@ protected function _handle()
$this->_procid));
}

if ($statusCode == self::STATUS_SUCCESS && !empty($collection['getchanges']) {
if ($statusCode == self::STATUS_SUCCESS && !empty($collection['getchanges'])) {
try {
$changecount = $this->_collections->getCollectionChangeCount();
} catch (Horde_ActiveSync_Exception_StaleState $e) {
Expand Down

0 comments on commit e1c7d34

Please sign in to comment.