Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 17, 2017
1 parent 99943a1 commit 101acd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -762,12 +762,11 @@ protected function _parseSyncFolders()

if (isset($collection['filtertype']) &&
!$this->_collections->checkFilterType($collection['id'], $collection['filtertype'])) {

$this->_logger->meta('Updated filtertype, will force a SOFTDELETE.');
$collection['forcerefresh'] = true;
}

// Default value, if missing is TRUE if we have a non-empty synckey,
// Default value if missing is TRUE if we have a non-empty synckey,
// otherwise FALSE.
if (!isset($collection['getchanges'])) {
$collection['getchanges'] = !empty($collection['synckey']);
Expand Down

0 comments on commit 101acd7

Please sign in to comment.