We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4bc10 commit 01bd8c6Copy full SHA for 01bd8c6
application/controllers/Awards.php
@@ -21,7 +21,7 @@ function __construct()
21
22
$map_custom = json_decode($this->optionslib->get_map_custom());
23
$this->user_map_color_qso = $map_custom->qso->color;
24
- $this->user_map_color_qsoconfirm = $map_custom->qsoconfirm->color;
+ $this->user_map_color_qsoconfirm = $map_custom->qsoconfirm->color ?? '';
25
$this->user_map_color_unworked = $map_custom->unworked->color ?? '';
26
}
27
0 commit comments