mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
simplify visitor map function
This commit is contained in:
@@ -99,7 +99,7 @@ class Map extends CI_Controller {
|
||||
}
|
||||
|
||||
// Generic fonction for return Json for MAP //
|
||||
function map_plot_json() {
|
||||
public function map_plot_json() {
|
||||
$this->load->model('Stations');
|
||||
$this->load->model('logbook_model');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user