mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/11626] Call method only one time per provider
PHPBB3-11626
This commit is contained in:
@@ -659,7 +659,7 @@ class acp_board
|
|||||||
if ($auth_tpl)
|
if ($auth_tpl)
|
||||||
{
|
{
|
||||||
$template->assign_block_vars('auth_tpl', array(
|
$template->assign_block_vars('auth_tpl', array(
|
||||||
'TPL' => $provider->get_acp_template($this->new_config),
|
'TPL' => $auth_tpl,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user