mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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:
@@ -321,7 +321,7 @@
|
||||
fclose($handle);
|
||||
|
||||
//save to the data
|
||||
if (is_array($array)) {
|
||||
if (!empty($array) && is_array($array)) {
|
||||
$database = new database;
|
||||
$database->app_name = 'voicemails';
|
||||
$database->app_uuid = 'b523c2d2-64cd-46f1-9520-ca4b4098e044';
|
||||
|
||||
Reference in New Issue
Block a user