mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fixed more php 8.1 errors (#6748)
* Update call_center_queue_edit.php * Update number_translation_edit.php * Update database_transactions.php * Update xml_cdr_extension_summary.php * Update call_flow_edit.php * Update contact_address_edit.php * Update device_profiles.php
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
$call_flow_label = '';
|
||||
$call_flow_alternate_label = '';
|
||||
$call_flow_description = '';
|
||||
$call_flow_status = '';
|
||||
|
||||
//action add or update
|
||||
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
|
||||
|
||||
Reference in New Issue
Block a user