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