mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Load correct model
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user