mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
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:
@@ -42,7 +42,7 @@ else {
|
||||
}
|
||||
|
||||
//set the variables
|
||||
$search = $_REQUEST['search'];
|
||||
$search = $_REQUEST['search'] ?? '';
|
||||
|
||||
//create event socket connection
|
||||
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
||||
@@ -63,4 +63,4 @@ else {
|
||||
|
||||
header("Location: ".$location);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user