mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix missing token
This commit is contained in:
parent
f4f03d03f2
commit
cd9c1acafe
|
|
@ -3213,6 +3213,7 @@ if (!function_exists("llxFooter")) {
|
|||
id:<?php echo $object->id; ?>
|
||||
, element:'<?php echo $object->element ?>'
|
||||
, action:'DOC_PREVIEW'
|
||||
, token: '<?php echo currentToken(); ?>'
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
@ -3222,6 +3223,7 @@ if (!function_exists("llxFooter")) {
|
|||
id:<?php echo $object->id; ?>
|
||||
, element:'<?php echo $object->element ?>'
|
||||
, action:'DOC_DOWNLOAD'
|
||||
, token: '<?php echo currentToken(); ?>'
|
||||
}
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user