mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
unset the parameters array (#7331)
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
unset($sql, $rows, $row);
|
||||
unset($sql, $rows, $row, $parameters);
|
||||
|
||||
//get the list of categories
|
||||
if (!empty($default_setting_categories)) {
|
||||
|
||||
Reference in New Issue
Block a user