Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 19, 2013
1 parent b741276 commit 7dcfdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php
Expand Up @@ -1235,7 +1235,7 @@ protected function _getPIMChangeTS(array $changes)
$match['$or'][] = array(
'$and' => array(
'message_uid' => $change['id'],
'sync_deleted' => $change['type'] == Horde_ActiveSync_Exception::CHANGE_TYPE_DELETE
'sync_deleted' => $change['type'] == Horde_ActiveSync::CHANGE_TYPE_DELETE
)
);
}
Expand Down

0 comments on commit 7dcfdc3

Please sign in to comment.