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

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)) {