mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
PHP 8.2 Deprecated dynamic properties
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
//get the voicemail
|
||||
$vm = new voicemail;
|
||||
$vm->db = $db;
|
||||
$vm->domain_uuid = $_SESSION['domain_uuid'];
|
||||
$vm->order_by = $order_by ?? null;
|
||||
$vm->order = $order ?? null;
|
||||
|
||||
Reference in New Issue
Block a user