mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix parameter array not unset (#7621)
* Fix parameter array not unset * Fix parameter array not unset
This commit is contained in:
@@ -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"])) {
|
||||
|
||||
Reference in New Issue
Block a user