[ticket/11626] Call method only one time per provider

PHPBB3-11626
This commit is contained in:
Joseph Warner 2013-07-08 14:08:28 -04:00
parent 60100b62f3
commit 3431cb8ed7

View file

@ -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,
)); ));
} }
} }