Remove an extra round bracket.

This commit is contained in:
FusionPBX
2025-12-16 12:44:02 -07:00
committed by GitHub
parent e464540a9e
commit 6d692363ce

View File

@@ -262,7 +262,7 @@
$contact['contact_category'] = $row['contact_category'];
$contact['contact_organization'] = $row['contact_organization'];
$contact['contact_name_given'] = $row['contact_name_given'];
$contact['contact_name_family'] = $row['contact_name_family']);
$contact['contact_name_family'] = $row['contact_name_family'];
$contact['numbers'] = array();
$numbers = &$contact['numbers'];