mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Make the fix PHP8.3 compliant
This commit is contained in:
@@ -410,7 +410,7 @@ class DxccFlag
|
||||
);
|
||||
|
||||
public function get($dxcc) {
|
||||
if ($dxcc ?? '' == '') { $dxcc='0'; } // Failover if Empty or NULL
|
||||
return $this->dxccFlags[$dxcc];
|
||||
if (($dxcc ?? '') == '') { $dxcc='0'; } // Failover if Empty or NULL
|
||||
return $this->dxccFlags[$dxcc];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user