Browse Source

removed some spaces

develop
Raphael Jackstadt 9 years ago
parent
commit
33c1bf7528
  1. 2
      application/helpers/recaptchalib_helper.php

2
application/helpers/recaptchalib_helper.php

@ -52,7 +52,7 @@ class ReCaptcha
*
* @param string $secret shared secret between site and ReCAPTCHA server.
*/
public function __construct($secret)
public function __construct($secret)
{
if ($secret == null || $secret == "") {
die("To use reCAPTCHA you must get an API key from <a href='"

Loading…
Cancel
Save