Update html.form.class.php

This commit is contained in:
Laurent Destailleur 2021-05-26 17:24:27 +02:00 committed by GitHub
parent c3c0ad1c8d
commit 8b1b2019f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3025,7 +3025,7 @@ class Form
global $langs, $conf;
global $price_level, $status, $finished;
if (empty($status)) {
if (!isset($status)) {
$status = 1;
}