+token for _actionDelete
This commit is contained in:
parent
7822dacbb8
commit
f98ea5b8ad
@ -628,6 +628,7 @@ function _actionDelete($db, $TVisibleColumn) {
|
||||
$form = new Form($db);
|
||||
$formParams = array(
|
||||
'id' => $id,
|
||||
'token' => newToken(),
|
||||
);
|
||||
foreach ($TVisibleColumn as $colSelect => $colParam) {
|
||||
if (isset($colParam['filter_value'])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user