mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
removed errant character
This commit is contained in:
@@ -60,7 +60,6 @@ class Setting extends Model
|
||||
case 'select':
|
||||
if(!empty($this->value) && $this->value !== 'none') {
|
||||
$options = (array)json_decode($this->options);
|
||||
d
|
||||
$value = $options[$this->value];
|
||||
} else {
|
||||
$value = '- not set -';
|
||||
|
||||
Reference in New Issue
Block a user