unset the parameters array (#7331)

This commit is contained in:
frytimo 2025-03-21 13:53:46 -03:00 committed by GitHub
parent 1f2d7e1ceb
commit a5e63e0fce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
}
}
}
unset($sql, $rows, $row);
unset($sql, $rows, $row, $parameters);
//get the list of categories
if (!empty($default_setting_categories)) {