Skip to content

Commit

Permalink
small typo in component
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Dec 15, 2014
1 parent 2316ab7 commit 0033ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Component/RecaptchaComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function startup(Event $event) {

// Register API keys at https://www.google.com/recaptcha/admin
$siteKey = Configure::read('Recaptcha.siteKey');
$secret = Configure::read('Recaptcha.secret');;
$secret = Configure::read('Recaptcha.secret');
// reCAPTCHA supported 40+ languages listed here: https://developers.google.com/recaptcha/docs/language
$lang = Configure::read('Recaptcha.defaultLang');
$host = $controller->request->env("REMOTE_ADDR");
Expand Down

0 comments on commit 0033ead

Please sign in to comment.