Fix for case when 'show confirmed' checkbox is unselected in WAE award page

This commit is contained in:
Filip Melík
2025-01-30 21:19:52 +01:00
parent 99c5c5df1b
commit 57afd94836

View File

@@ -147,7 +147,7 @@ class WAE extends CI_Model {
}
}
$confirmedWae = $this->getDxccConfirmed($$this->location_list, $postdata, true);
$confirmedWae = $this->getDxccConfirmed($this->location_list, $postdata, true);
foreach ($confirmedWae as $cdxcc) {
if (array_key_exists($cdxcc->col_region, $dxccMatrix)) {
unset($dxccMatrix[$cdxcc->col_region]);