mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-10-08 00:03:45 -04:00
fix: typo in default_template
This commit is contained in:
parent
580dabd276
commit
cb6ffe65c8
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user