From fb16184181c823af457a8315e9d3dcf47130fc83 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Thu, 22 Jan 2026 12:56:33 +0100 Subject: [PATCH] Fix date --- application/libraries/DxclusterCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/DxclusterCache.php b/application/libraries/DxclusterCache.php index ea1e07654..b8d2b6a08 100644 --- a/application/libraries/DxclusterCache.php +++ b/application/libraries/DxclusterCache.php @@ -80,7 +80,7 @@ class DxclusterCache { $this->deleteFile($this->getWorkedCallKey($logbook_key, $callsign)); // Look up DXCC and continent from callsign - $dxccobj = new Dxcc($date); + $dxccobj = new Dxcc(null); $dxcc_info = $dxccobj->dxcc_lookup($callsign, date('Y-m-d')); if (!empty($dxcc_info['adif'])) {