mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Catch years without any SAT-Things (tnx Andreas)
This commit is contained in:
@@ -114,8 +114,8 @@
|
||||
}
|
||||
|
||||
$result['qsoView'] = $qsoView;
|
||||
$result['satunique'] = $satcalls;
|
||||
$result['modeunique'] = $modecalls;
|
||||
$result['satunique'] = $satcalls ?? '';
|
||||
$result['modeunique'] = $modecalls ?? '';
|
||||
$result['total'] = $this->getUniqueSatCallsignsTotal($yr);
|
||||
|
||||
return $result;
|
||||
|
||||
Reference in New Issue
Block a user