mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Set Activatorscount to 0 (instead of null) when no QSO was made yet
This commit is contained in:
@@ -111,7 +111,7 @@ class Activators_model extends CI_Model
|
||||
$max = $row->count;
|
||||
}
|
||||
|
||||
return $max;
|
||||
return ($max ?? 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user