Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
unset the 'check' control key
Ioannis committed May 19, 2024
1 parent 9eb04b9 commit 7045c09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/templates/element/form/infoDiv/check.php
@@ -28,6 +28,9 @@

declare(strict_types = 1);

// We need to uncheck the control key before passing the form parameters to the helper
unset($vv_field_arguments['check']);

?>

<div class="field-info">

0 comments on commit 7045c09

Please sign in to comment.