From d4e4e37f7787294c6ad6a951381bec82e92ab4fa Mon Sep 17 00:00:00 2001 From: Fabian Berg Date: Sun, 25 Jan 2026 09:08:12 +0100 Subject: [PATCH] upps Co-authored-by: Joerg (DJ7NT) --- application/controllers/Qso.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Qso.php b/application/controllers/Qso.php index 5957b1c1d..8da599501 100644 --- a/application/controllers/Qso.php +++ b/application/controllers/Qso.php @@ -213,7 +213,7 @@ class QSO extends CI_Controller { $this->load->model('logbook_model'); $qso_data = [ - 'manual' => $this->input->post('manual', TRUE), + 'manual' => $this->input->get('manual', TRUE), 'start_date' => $this->input->post('start_date', TRUE), 'start_time' => $this->input->post('start_time', TRUE), 'end_time' => $this->input->post('end_time', TRUE),