Database [Class]: Update for PHP 8.1

This commit is contained in:
fusionate
2023-07-05 23:12:00 +00:00
parent 49a45f08be
commit ceb0637c83

View File

@@ -1686,7 +1686,7 @@
$checked = true;
//copy the child data
if (is_uuid($row[$parent_key_name])) {
if (!empty($row[$parent_key_name]) && is_uuid($row[$parent_key_name])) {
$copy_array[$parent_name][$x][$parent_key_name] = $row[$parent_key_name];
}