Skip to content

Commit

Permalink
Update Processor.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 26, 2024
1 parent bb98644 commit 6d2ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private function add_hooks() {

// Confirmation (@see GFFormDisplay::handle_confirmation).
// @link http://www.gravityhelp.com/documentation/page/Gform_confirmation.
add_filter( 'gform_confirmation_' . $this->form_id, [ $this, 'confirmation' ], 10, 42 );
add_filter( 'gform_confirmation_' . $this->form_id, [ $this, 'confirmation' ], 10, 2 );

/*
* After submission.
Expand Down

0 comments on commit 6d2ba1c

Please sign in to comment.