mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Database [Class]: Update for PHP 8.1
This commit is contained in:
@@ -2513,7 +2513,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!$child_key_value) {
|
||||
if (!isset($child_key_value) || $child_key_value == '') {
|
||||
$child_key_value = uuid();
|
||||
}
|
||||
//build the insert
|
||||
|
||||
Reference in New Issue
Block a user