PHP 8.2 Deprecated dynamic properties

This commit is contained in:
markjcrane
2023-06-12 21:27:23 -06:00
parent bb9f48296a
commit f506b00b57
10 changed files with 0 additions and 11 deletions

View File

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