Fix various errors in gridmap (in context of removal of old maps)

This commit is contained in:
phl0
2023-11-30 10:37:57 +01:00
parent 79bb03ac92
commit 476a50706d
4 changed files with 21 additions and 13 deletions

View File

@@ -13,6 +13,7 @@ class Activated_gridmap extends CI_Controller {
$this->load->model('activated_gridmap_model');
$this->load->model('stations');
$data['visitor'] = false;
$data['homegrid'] = explode(',', $this->stations->find_gridsquare());
$data['modes'] = $this->activated_gridmap_model->get_worked_modes();