Moved function from logbook_model to debug_model

This commit is contained in:
Andreas Kristiansen
2024-04-23 13:39:15 +02:00
parent afbf1713c9
commit 5b34a25d91

View File

@@ -31,7 +31,7 @@ class Debug extends CI_Controller
$data['qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
if ($data['qsos_with_no_station_id']) {
$data['calls_wo_sid'] = $this->Logbook_model->calls_without_station_id();
$data['calls_wo_sid'] = $this->Debug_model->calls_without_station_id();
}
$data['migration_version'] = $this->Debug_model->getMigrationVersion();