- v1.0.0 build
This commit is contained in:
@@ -211,7 +211,7 @@ class Setup extends Controller {
|
||||
|
||||
$environmentData[$var] = [
|
||||
'label' => $var,
|
||||
'value' => ((empty($value)) ? ' ' : $value),
|
||||
'value' => ((empty($value) && !is_int($value)) ? ' ' : $value),
|
||||
'check' => $check
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user