mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 19:42:30 +00:00
[Dashboard] Fixes issue with map not loading
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user