Skip to content

Commit

Permalink
Don't continue processing the request if we errored out here.
Browse files Browse the repository at this point in the history
Related to Bug: 13781
  • Loading branch information
mrubinsk committed Jan 7, 2015
1 parent 7f9c5fc commit be0752d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -844,6 +844,8 @@ protected function _parseSyncFolders()
!$this->_collections->checkFilterType($collection['id'], $collection['filtertype'])) {
$this->_statusCode = self::STATUS_KEYMISM;
$this->_handleError($collection);

return false;
}

return true;
Expand Down

0 comments on commit be0752d

Please sign in to comment.