Fix missing token

This commit is contained in:
Laurent Destailleur 2022-02-18 16:09:23 +01:00
parent f4f03d03f2
commit cd9c1acafe

View File

@ -3213,6 +3213,7 @@ if (!function_exists("llxFooter")) {
id:<?php echo $object->id; ?> id:<?php echo $object->id; ?>
, element:'<?php echo $object->element ?>' , element:'<?php echo $object->element ?>'
, action:'DOC_PREVIEW' , action:'DOC_PREVIEW'
, token: '<?php echo currentToken(); ?>'
} }
); );
}); });
@ -3222,6 +3223,7 @@ if (!function_exists("llxFooter")) {
id:<?php echo $object->id; ?> id:<?php echo $object->id; ?>
, element:'<?php echo $object->element ?>' , element:'<?php echo $object->element ?>'
, action:'DOC_DOWNLOAD' , action:'DOC_DOWNLOAD'
, token: '<?php echo currentToken(); ?>'
} }
); );
}); });