[Dashboard] Fixes issue with map not loading
这个提交包含在:
父节点
08623f4667
当前提交
9ab72d30f7
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1021,7 +1021,7 @@ class Logbook_model extends CI_Model {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Return QSOs over a period of days */
|
/* Return QSOs over a period of days */
|
||||||
function map_week_qsos($start, $end, $band) {
|
function map_week_qsos($start, $end) {
|
||||||
$CI =& get_instance();
|
$CI =& get_instance();
|
||||||
$CI->load->model('Stations');
|
$CI->load->model('Stations');
|
||||||
$station_id = $CI->Stations->find_active();
|
$station_id = $CI->Stations->find_active();
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用