Skip to content

Commit

Permalink
This must be a string for the findOne call to match it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 4, 2013
1 parent 1c6488e commit 03f35e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Mongo.php
Expand Up @@ -1190,8 +1190,9 @@ protected function _isPIMChangeQuery($id, $flag, $field)
'sync_devid' => $this->_deviceInfo->id,
'sync_user' => $this->_deviceInfo->user,
'sync_folderid' => $this->_collection['id'],
'message_uid' => $id,
'message_uid' => "$id",
);

try {
$result = $this->_db->mailmap->findOne(
$query,
Expand Down

0 comments on commit 03f35e8

Please sign in to comment.