mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix for case when 'show confirmed' checkbox is unselected in WAE award page
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user