mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed a few null-checks which will fail on fresh accounts
This commit is contained in:
@@ -162,7 +162,7 @@ class Distances_model extends CI_Model
|
||||
'Callsign' => '',
|
||||
'Grid' => '',
|
||||
'Distance' => '',
|
||||
'Qsos' => '',
|
||||
'Qsos' => 0,
|
||||
'Grids' => ''
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user