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

@@ -121,6 +121,7 @@
$parameters['group_name'] = $group_name;
$parameters['group_uuid'] = $group_uuid;
$group_permissions = $database->select($sql, $parameters, 'all');
unset($sql, $parameters);
//process the user data and save it to the database
if (!empty($_POST) > 0 && empty($_POST["persistformvar"])) {