Merge pull request #15076 from FHenry/12.0_fix_margin_token
fix form token missing
This commit is contained in:
commit
88df2ef36d
@ -158,6 +158,7 @@ $head = marges_prepare_head($user);
|
|||||||
$picto = 'margin';
|
$picto = 'margin';
|
||||||
|
|
||||||
print '<form method="post" name="sel" action="'.$_SERVER['PHP_SELF'].'">';
|
print '<form method="post" name="sel" action="'.$_SERVER['PHP_SELF'].'">';
|
||||||
|
print '<input type="hidden" name="token" value="'.newToken().'">';
|
||||||
|
|
||||||
dol_fiche_head($head, $langs->trans('checkMargins'), $title, 0, $picto);
|
dol_fiche_head($head, $langs->trans('checkMargins'), $title, 0, $picto);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user