Fixed more php 8.1 errors (#6754)

* Update default_setting_edit.php

* Update default_settings_reload.php

* Update modules.php

* Update access_controls_reload.php

* Update call_recordings.php

* Update fax.php

* Update extension_edit.php

* Update extension_imports.php

* Update destination_imports.php

* Update dialplan_outbound_add.php

* Update dialplan_inbound_add.php

* Update voicemail_imports.php

* Update contact_import.php
This commit is contained in:
Alex
2023-06-12 17:06:56 -06:00
committed by GitHub
parent 5d9c8ad770
commit 25b24d68bd
13 changed files with 33 additions and 31 deletions
@@ -46,7 +46,7 @@ $language = new text;
$text = $language->get();
//set the variables
$search = $_REQUEST['search'] ?? null;
$search = $_REQUEST['search'] ?? '';
$domain_uuid = $_GET['id'] ?? null;
//reload default settings