show layout/messages on the dashboard

This commit is contained in:
HB9HIL
2024-08-16 10:05:59 +02:00
parent 19fe2e8024
commit 4b0517b9b4
3 changed files with 5 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ class Dashboard extends CI_Controller
$data['qra'] = "none";
}
// We need the form_helper for the layout/messages
$this->load->helper('form');
$this->load->model('stations');
$this->load->model('setup_model');