diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-12 15:57:35 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-12 15:57:35 -0400 |
commit | 64308f41b054d11ae267a58e04821b7b1e31af91 (patch) | |
tree | d9f9c54c355e381cf17a1ffb98a034afcbb9b383 /phpBB/includes | |
parent | 631ce22f2c33999229bf05af35e025fb8d399417 (diff) | |
download | forums-64308f41b054d11ae267a58e04821b7b1e31af91.tar forums-64308f41b054d11ae267a58e04821b7b1e31af91.tar.gz forums-64308f41b054d11ae267a58e04821b7b1e31af91.tar.bz2 forums-64308f41b054d11ae267a58e04821b7b1e31af91.tar.xz forums-64308f41b054d11ae267a58e04821b7b1e31af91.zip |
[ticket/11626] Remove last reference to template in ldap
PHPBB3-11626
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/auth/provider/ldap.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/auth/provider/ldap.php b/phpBB/includes/auth/provider/ldap.php index 56f9c23d55..0196529408 100644 --- a/phpBB/includes/auth/provider/ldap.php +++ b/phpBB/includes/auth/provider/ldap.php @@ -300,8 +300,6 @@ class phpbb_auth_provider_ldap extends phpbb_auth_provider_base */ public function get_acp_template($new_config) { - $this->template->assign_vars(); - return array( 'TEMPLATE_FILE' => 'auth_provider_ldap.html', 'TEMPLATE_VARS' => array( |