Skip to content

Commit

Permalink
fix: fix arguments for renderFooterJS
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Apr 10, 2021
1 parent edb97f9 commit d695938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InvisibleReCaptcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function render($lang = null, $nonce = null)
{
$html = $this->renderPolyfill();
$html .= $this->renderCaptchaHTML();
$html .= $this->renderFooterJS([$lang, $nonce]);
$html .= $this->renderFooterJS($lang, $nonce);
return $html;
}

Expand Down

0 comments on commit d695938

Please sign in to comment.