Skip to content

Commit

Permalink
This was never changed to use insertBlob().
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 21, 2016
1 parent 878b1d6 commit 489dcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php
Expand Up @@ -361,7 +361,7 @@ public function save()
$this->_syncKey)
);
$this->_db->delete('DELETE FROM ' . $this->_syncStateTable . ' WHERE sync_key = ?', array($this->_syncKey));
$this->_db->insert($sql, $params);
$this->_db->insertBlob($this->_syncStateTable, $params);
}
}

Expand Down

0 comments on commit 489dcd6

Please sign in to comment.