mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11626] Remove last reference to template in ldap
PHPBB3-11626
This commit is contained in:
parent
631ce22f2c
commit
64308f41b0
1 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue