Load correct model

This commit is contained in:
Andreas Kristiansen
2025-01-27 07:48:46 +01:00
parent 1a0748a92e
commit 8bb7b643dd

View File

@@ -138,7 +138,7 @@ class Clublog extends CI_Controller
$data['page_title'] = __("Clublog QSL Import");
$this->load->model('logbook_model');
$this->load->model('clublog_model');
$customDate = $this->input->post('from');
if ($customDate != NULL) {