Skip to content

Commit

Permalink
Pass through options.
Browse files Browse the repository at this point in the history
  • Loading branch information
martywallace committed Mar 30, 2019
1 parent 8f38505 commit 3ebbcee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables/CraftRecaptchaVariable.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CraftRecaptchaVariable
*/
public function render(array $options = [])
{
return CraftRecaptcha::$plugin->craftRecaptchaService->render();
return CraftRecaptcha::$plugin->craftRecaptchaService->render($options);
}

public function sitekey()
Expand Down

0 comments on commit 3ebbcee

Please sign in to comment.