Fix bug in geolocated user list on hyper menu

This commit is contained in:
Djery-Tom 2021-11-19 17:09:23 +01:00
parent 667224294a
commit c7ebe15430
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ class Hyperviseur_dash extends CI_Controller
$this->load->view('header_hyp', $data); $this->load->view('header_hyp', $data);
$this->load->view('listeadmin'); $this->load->view('listeadmin');
} }
$this->load->view('listeadmin');
$this->load->view('footer'); $this->load->view('footer');
} }