From 2dedfbf0e8f8bf8fc947588fdc0d1ee1f37a9e08 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 25 Oct 2023 16:32:39 +0200 Subject: [PATCH] working on simplefle --- application/controllers/Simplefle.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/controllers/Simplefle.php b/application/controllers/Simplefle.php index f99ea3c1..09b53699 100644 --- a/application/controllers/Simplefle.php +++ b/application/controllers/Simplefle.php @@ -8,6 +8,9 @@ class SimpleFLE extends CI_Controller { $this->load->model('stations'); + $this->load->model('logbook_model'); + $this->load->model('modes'); + $this->load->model('bands'); $data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select