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:
@@ -54,6 +54,7 @@
|
||||
$queue_announce_frequency = '';
|
||||
$queue_cc_exit_keys = '';
|
||||
$queue_description = '';
|
||||
$queue_timeout_action = '';
|
||||
|
||||
//action add or update
|
||||
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
|
||||
|
||||
Reference in New Issue
Block a user