From: Marcel Werk Date: Sat, 8 Jun 2024 11:15:20 +0000 (+0200) Subject: Change template name to shared version X-Git-Tag: 6.1.0_Alpha_1~84 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a20a3d72b51faa16cfb8db35090d5a0aaf0dce25;p=GitHub%2FWoltLab%2FWCF.git Change template name to shared version --- diff --git a/wcfsetup/install/files/lib/system/captcha/CaptchaQuestionHandler.class.php b/wcfsetup/install/files/lib/system/captcha/CaptchaQuestionHandler.class.php index 436fe5dc3f..11b7256900 100644 --- a/wcfsetup/install/files/lib/system/captcha/CaptchaQuestionHandler.class.php +++ b/wcfsetup/install/files/lib/system/captcha/CaptchaQuestionHandler.class.php @@ -75,7 +75,7 @@ final class CaptchaQuestionHandler implements ICaptchaHandler ]); } - return WCF::getTPL()->fetch('captchaQuestion', 'wcf', [ + return WCF::getTPL()->fetch('shared_captchaQuestion', 'wcf', [ 'captchaQuestion' => $this->captchaQuestion, 'captchaQuestionAnswered' => $isAnswered, 'captchaQuestionObject' => $this->question,