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:
@@ -42,6 +42,11 @@
|
||||
$language = new text;
|
||||
$text = $language->get();
|
||||
|
||||
//set the defaults
|
||||
$number_translation_name = '';
|
||||
$number_translation_enabled = 'false';
|
||||
$number_translation_description = '';
|
||||
|
||||
//action add or update
|
||||
if (!empty($_REQUEST["id"]) && is_uuid($_REQUEST["id"])) {
|
||||
$action = "update";
|
||||
|
||||
Reference in New Issue
Block a user