aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/provider/ldap.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/auth/provider/ldap.php')
-rw-r--r--phpBB/includes/auth/provider/ldap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/auth/provider/ldap.php b/phpBB/includes/auth/provider/ldap.php
index 9fc064a847..b063f6d682 100644
--- a/phpBB/includes/auth/provider/ldap.php
+++ b/phpBB/includes/auth/provider/ldap.php
@@ -347,6 +347,8 @@ class phpbb_auth_provider_ldap extends phpbb_auth_provider_base
'AUTH_LDAP_USER' => $new_config['ldap_user'],
'AUTH_LDAP_USER_FILTER' => $new_config['ldap_user_filter'],
));
+
+ return 'auth_provider_ldap.html';
}
/**