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