Database [Class]: Update for PHP 8.1
This commit is contained in:
parent
18f9c7a26f
commit
dfdcba5a0c
|
|
@ -2513,7 +2513,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
if (!$child_key_value) {
|
||||
if (!isset($child_key_value) || $child_key_value == '') {
|
||||
$child_key_value = uuid();
|
||||
}
|
||||
//build the insert
|
||||
|
|
|
|||
Loading…
Reference in New Issue