Fix code to show the active logbook

This commit is contained in:
phl0
2025-12-01 09:46:19 +01:00
parent 11af986034
commit 1964fecc5d
2 changed files with 3 additions and 16 deletions

View File

@@ -2395,9 +2395,7 @@ class Awards extends CI_Controller {
$this->load->model('logbooks_model');
$this->load->model('stations');
// Get station profiles for multiselect
$data['station_profile'] = $this->stations->all_of_user();
$data['active_station_id'] = $this->session->userdata('active_station_logbook');
$data['active_station_logbook'] = $this->logbooks_model->find_name($this->session->userdata('active_station_logbook'));
$this->load->model('award_pl_polska');
$this->load->model('bands');