[LoTW][Sync] Small bug in the update code

This commit is contained in:
Peter Goodhall
2020-12-28 13:45:06 +00:00
parent 7abb6013fd
commit 5c22ead586

View File

@@ -67,6 +67,7 @@ class LotwCert extends CI_Model {
$this->db->where('user_id', $user_id);
$this->db->where('callsign', $callsign);
$this->db->where('cert_dxcc', $dxcc);
$this->db->update('lotw_certs', $data);
}