From cb6ffe65c8fb0ec4b96abfd45c352f89a52bf40b Mon Sep 17 00:00:00 2001 From: Kai Biebel <38378574+seclution@users.noreply.github.com> Date: Fri, 9 May 2025 11:24:49 +0200 Subject: [PATCH] fix: typo in default_template --- data/web/inc/functions.auth.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/inc/functions.auth.inc.php b/data/web/inc/functions.auth.inc.php index 57dec808d..ec32e6610 100644 --- a/data/web/inc/functions.auth.inc.php +++ b/data/web/inc/functions.auth.inc.php @@ -669,8 +669,8 @@ function ldap_mbox_login($user, $pass, $extra = null){ // check if matching attribute exist if (empty($iam_settings['mappers']) || !$user_template || $mapper_key === false) { - if (!empty($iam_settings['default_tempalte'])) { - $mbox_template = $iam_settings['default_tempalte']; + if (!empty($iam_settings['default_template'])) { + $mbox_template = $iam_settings['default_template']; } else { $_SESSION['return'][] = array( 'type' => 'danger',