From c7ebe15430eabf61281e85a9b73d8380819b461d Mon Sep 17 00:00:00 2001 From: Djery-Tom Date: Fri, 19 Nov 2021 17:09:23 +0100 Subject: [PATCH] Fix bug in geolocated user list on hyper menu --- application/controllers/Hyperviseur_dash.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/Hyperviseur_dash.php b/application/controllers/Hyperviseur_dash.php index 78a9d777..634e59c9 100755 --- a/application/controllers/Hyperviseur_dash.php +++ b/application/controllers/Hyperviseur_dash.php @@ -91,7 +91,6 @@ class Hyperviseur_dash extends CI_Controller $this->load->view('header_hyp', $data); $this->load->view('listeadmin'); } - $this->load->view('listeadmin'); $this->load->view('footer'); }