Skip to content

Commit

Permalink
Typo that was preventing FITLERTYPE changes from being detected.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jun 11, 2015
1 parent 2fe54a3 commit d09aa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/ActiveSync/Driver.php
Expand Up @@ -1118,7 +1118,7 @@ public function getServerChanges(
'sincedate' => (int)$cutoffdate,
'protocolversion' => $this->_version,
'softdelete' => $soft,
'refreshfilter' => $refreshfilter)
'refreshfilter' => $refreshFilter)
);
// Poll the maillog for reply/forward state changes.
if (empty($GLOBALS['conf']['activesync']['no_maillogsync'])) {
Expand Down

0 comments on commit d09aa8f

Please sign in to comment.