mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +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)
|
public function get_acp_template($new_config)
|
||||||
{
|
{
|
||||||
$this->template->assign_vars();
|
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'TEMPLATE_FILE' => 'auth_provider_ldap.html',
|
'TEMPLATE_FILE' => 'auth_provider_ldap.html',
|
||||||
'TEMPLATE_VARS' => array(
|
'TEMPLATE_VARS' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue