[Dashboard] Fixes issue with map not loading

pull/1091/head
Peter Goodhall 2021-07-14 13:53:23 +01:00
rodzic 08623f4667
commit 9ab72d30f7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1021,7 +1021,7 @@ class Logbook_model extends CI_Model {
}
/* Return QSOs over a period of days */
function map_week_qsos($start, $end, $band) {
function map_week_qsos($start, $end) {
$CI =& get_instance();
$CI->load->model('Stations');
$station_id = $CI->Stations->find_active();