mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
build the dxcc class without date since we check the exception and prefix date already in the dxcc_lookup, simplifies caching
This commit is contained in:
@@ -80,7 +80,7 @@ class DxclusterCache {
|
||||
$this->_delete_from_cache($this->get_worked_call_key($logbook_key, $callsign));
|
||||
|
||||
// Look up DXCC and continent from callsign
|
||||
$dxccobj = new Dxcc(null);
|
||||
$dxccobj = new Dxcc();
|
||||
$dxcc_info = $dxccobj->dxcc_lookup($callsign, date('Y-m-d'));
|
||||
|
||||
if (!empty($dxcc_info['adif'])) {
|
||||
|
||||
Reference in New Issue
Block a user