From: Alexander Ebert Date: Fri, 5 Dec 2014 18:18:05 +0000 (+0100) Subject: Using FQN due to class name collision X-Git-Tag: 2.1.0_Beta_1~91 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=095120d7cb74d09155cdb9a86923d81b8e7820db;p=GitHub%2FWoltLab%2FWCF.git Using FQN due to class name collision --- diff --git a/wcfsetup/install/files/lib/system/captcha/RecaptchaHandler.class.php b/wcfsetup/install/files/lib/system/captcha/RecaptchaHandler.class.php index 7a7ff7a039..ebcecc0b3e 100644 --- a/wcfsetup/install/files/lib/system/captcha/RecaptchaHandler.class.php +++ b/wcfsetup/install/files/lib/system/captcha/RecaptchaHandler.class.php @@ -1,6 +1,5 @@ validate($this->challenge, $this->response); + \wcf\system\recaptcha\RecaptchaHandler::getInstance()->validate($this->challenge, $this->response); } else { // V2