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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/auth/provider/ldap.php b/phpBB/includes/auth/provider/ldap.php
index b063f6d682..0164a60f2e 100644
--- a/phpBB/includes/auth/provider/ldap.php
+++ b/phpBB/includes/auth/provider/ldap.php
@@ -37,6 +37,7 @@ class phpbb_auth_provider_ldap extends phpbb_auth_provider_base
$this->db = $db;
$this->config = $config;
$this->user = $user;
+ $this->template = $template;
}
/**