From 8bb7b643dd8f7e129fb4f578404dc10e3d1a6299 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 27 Jan 2025 07:48:46 +0100 Subject: [PATCH] Load correct model --- application/controllers/Clublog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index b642e4ee2..491c849cb 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -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) {