mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/11626] Remove last reference to template in ldap
PHPBB3-11626
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user