From: Tim Düsterhus Date: Thu, 19 Nov 2020 10:39:18 +0000 (+0100) Subject: Fix typo in DevicesContainer X-Git-Tag: 5.4.0_Alpha_1~555^2~45 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bf7255e70b02523cf89c9aabb3dc9d5f72f5f0e5;p=GitHub%2FWoltLab%2FWCF.git Fix typo in DevicesContainer see 1e08b49f1c61ecb81a15f1d163d7322043a0512e --- diff --git a/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php b/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php index 117b0519df..7f809a4b26 100644 --- a/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php +++ b/wcfsetup/install/files/lib/system/user/multifactor/totp/DevicesContainer.class.php @@ -25,7 +25,7 @@ class DevicesContainer extends FormContainer { /** * @inheritDoc */ - protected $templateName = '__multifacatorTotpDevicesContainer'; + protected $templateName = '__multifactorTotpDevicesContainer'; /** * @inheritDoc