From cd373c3fbdb399a871632aeb2409db3e592bc88a Mon Sep 17 00:00:00 2001 From: int2001 Date: Sat, 22 Jul 2023 12:02:58 +0000 Subject: [PATCH] added Bandfilter when pulling from cache --- application/models/Dxcluster_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Dxcluster_model.php b/application/models/Dxcluster_model.php index f1e1d9ad..fcb61472 100644 --- a/application/models/Dxcluster_model.php +++ b/application/models/Dxcluster_model.php @@ -7,7 +7,7 @@ class Dxcluster_model extends CI_Model { $this->load->helper(array('psr4_autoloader')); $CI =& get_instance(); if ( ($this->optionslib->get_option('dxcache_url') != '') ) { - $dxcache_url = $this->optionslib->get_option('dxcache_url').'/spots/'; + $dxcache_url = $this->optionslib->get_option('dxcache_url').'/spots/'.$band; $CI->load->model('logbooks_model'); $CI->load->model('logbook_model'); $logbooks_locations_array = $CI->logbooks_model->list_logbook_relationships($this->session->userdata('active_station_logbook'));