mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added fix for import of not found LoTW matches. Fixes #480.
This commit is contained in:
@@ -63,7 +63,8 @@ class Lotw extends CI_Controller {
|
||||
|
||||
if($status == "No Match") {
|
||||
// Create the Entry
|
||||
$this->logbook_model->import($record);
|
||||
$station_id = $this->input->post('station_profile');
|
||||
$this->logbook_model->import($record, $station_id, NULL, NULL, NULL);
|
||||
} else {
|
||||
$lotw_status = $this->logbook_model->lotw_update($time_on, $record['call'], $record['band'], $qsl_date, $record['qsl_rcvd']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user