Change template name to shared version
authorMarcel Werk <burntime@woltlab.com>
Sat, 8 Jun 2024 11:15:20 +0000 (13:15 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 8 Jun 2024 11:15:20 +0000 (13:15 +0200)
wcfsetup/install/files/lib/system/captcha/CaptchaQuestionHandler.class.php

index 436fe5dc3f4ae084d4183df55b4a954cb8a79360..11b7256900eb9918967a761075ea28466948c9e4 100644 (file)
@@ -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,