removed errant character

This commit is contained in:
Chris
2018-02-05 15:55:38 +00:00
parent 2f79499b0d
commit db70a6af33

View File

@@ -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 -';