diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index b22ad62c7..04e238ab5 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -485,7 +485,7 @@ class Lotw extends CI_Controller { $station_id = $this->logbook_model->find_correct_station_id($record['station_callsign'], $record['my_gridsquare']); if ($station_id != NULL) { - $result = $this->logbook_model->import($record, $station_id, NULL, NULL, NULL, NULL, true); // Create the Entry + $result = $this->logbook_model->import($record, $station_id, NULL, TRUE, NULL, NULL, true); // Create the Entry if ($result == "") { $lotw_status = 'QSO imported'; } else {