From ad759c2919ee3cc989b93d536ce3762e2a73d745 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Sun, 26 May 2024 20:47:36 +0200 Subject: [PATCH] And controller is needed --- application/controllers/Adif.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/Adif.php b/application/controllers/Adif.php index 30684c4a6..966251de5 100644 --- a/application/controllers/Adif.php +++ b/application/controllers/Adif.php @@ -152,6 +152,7 @@ class adif extends CI_Controller { $station_profile = $this->stations->profile($active_station_id); $data['active_station_info'] = $station_profile->row(); + $data['active_station_id'] = $active_station_id; $this->load->view('interface_assets/header', $data); $this->load->view('adif/import');