mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +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)
|
||||
{
|
||||
$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