mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
More logic fixing
This commit is contained in:
@@ -1985,9 +1985,7 @@ class Awards extends CI_Controller {
|
||||
$postdata['orbit'] = 'All';
|
||||
}
|
||||
|
||||
$dxcclist = $this->wae->fetchdxcc($postdata);
|
||||
|
||||
$data['wae_array'] = $this->wae->get_wae_array($dxcclist, $bands, $postdata);
|
||||
$data['wae_array'] = $this->wae->get_wae_array($bands, $postdata);
|
||||
$data['wae_summary'] = $this->wae->get_wae_summary($bands, $postdata);
|
||||
|
||||
// Render Page
|
||||
|
||||
Reference in New Issue
Block a user