aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-08 14:08:28 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-11 15:49:45 -0400
commit3431cb8ed7dae3e340d1763cde103c31e85496a6 (patch)
tree155ca52a5c3e69585cb728ba24bfe770a218dd81 /phpBB/includes
parent60100b62f35cde7f5beafefbe9ff1a10ee81faa4 (diff)
downloadforums-3431cb8ed7dae3e340d1763cde103c31e85496a6.tar
forums-3431cb8ed7dae3e340d1763cde103c31e85496a6.tar.gz
forums-3431cb8ed7dae3e340d1763cde103c31e85496a6.tar.bz2
forums-3431cb8ed7dae3e340d1763cde103c31e85496a6.tar.xz
forums-3431cb8ed7dae3e340d1763cde103c31e85496a6.zip
[ticket/11626] Call method only one time per provider
PHPBB3-11626
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index f01963c2ce..b5f145a598 100644
--- a/phpBB/includes/acp/acp_board.php
+++ b/phpBB/includes/acp/acp_board.php
@@ -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,
));
}
}