mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11626] Call method only one time per provider
PHPBB3-11626
This commit is contained in:
parent
60100b62f3
commit
3431cb8ed7
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ class acp_board
|
|||
if ($auth_tpl)
|
||||
{
|
||||
$template->assign_block_vars('auth_tpl', array(
|
||||
'TPL' => $provider->get_acp_template($this->new_config),
|
||||
'TPL' => $auth_tpl,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue