#331 Update recaptchalib

This commit is contained in:
Mike Koch 2015-08-29 21:31:36 -04:00
parent b774572766
commit 39a49b9cf5

View File

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