Skip to content

Commit

Permalink
sec(App) validate CSRF on on/off task action
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Oct 31, 2021
1 parent fb7c6c4 commit 151c100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/com_vtiger_workflow/onofftask.php
Expand Up @@ -32,5 +32,6 @@ function onoffTask($adb, $request) {
</script>
<?php
}
Vtiger_Request::validateRequest();
onoffTask($adb, $_REQUEST);
?>

0 comments on commit 151c100

Please sign in to comment.