Handle 0s and 1s
This commit is contained in:
@@ -399,7 +399,7 @@ class SettingsController extends Controller
|
||||
"CRYPTO_PARAM_" . $key
|
||||
)];
|
||||
|
||||
if (!empty($param)) {
|
||||
if (!is_null($param)) {
|
||||
$value->value = $param;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user