From d5a30f97b0f1448dd8b03264d136bd80d318102f Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 8 Jul 2023 13:16:56 +0100 Subject: [PATCH] [ADIF] fixed typo his instead of this --- application/controllers/Adif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index 605330c6..901d83b7 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -206,7 +206,7 @@ class adif extends CI_Controller { $custom_errors .= $this->logbook_model->import($record, $this->input->post('station_profile'), - $this->input->post('skipDuplicate'), $this->input->post('markLotw'), $this->input->post('dxccAdif'), $this->input->post('markQrz'), $his->input->post('markHrd'), true, $this->input->post('operatorName')); + $this->input->post('skipDuplicate'), $this->input->post('markLotw'), $this->input->post('dxccAdif'), $this->input->post('markQrz'), $this->input->post('markHrd'), true, $this->input->post('operatorName')); };