From 095120d7cb74d09155cdb9a86923d81b8e7820db Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 5 Dec 2014 19:18:05 +0100 Subject: [PATCH] Using FQN due to class name collision --- .../files/lib/system/captcha/RecaptchaHandler.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1