Fix parameter array not unset (#7621)

* Fix parameter array not unset

* Fix parameter array not unset
This commit is contained in:
frytimo
2025-11-16 00:30:11 -04:00
committed by GitHub
parent c11920c932
commit c2a2d1c1f9
2 changed files with 2 additions and 0 deletions

View File

@@ -342,6 +342,7 @@ if (permission_exists('call_block_all') || permission_exists('call_block_ring_gr
$sql .= "order by voicemail_id asc ";
$parameters['domain_uuid'] = $_SESSION['domain_uuid'];
$voicemails = $database->select($sql, $parameters);
unset($sql, $parameters);
//create token
$object = new token;