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:
Alex
2023-06-08 16:07:01 -06:00
committed by GitHub
parent a07e7af955
commit 475cf4d253
7 changed files with 21 additions and 10 deletions

View File

@@ -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";