From 3465867a4eee21b62707e9a28ad7831f8677363f Mon Sep 17 00:00:00 2001 From: Joseph Warner Date: Mon, 8 Jul 2013 14:57:25 -0400 Subject: [PATCH] [ticket/11626] Change the identifier template file in the template PHPBB3-11626 --- phpBB/adm/style/acp_board.html | 2 +- phpBB/includes/acp/acp_board.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html index df7f5e537b..cd4c25a756 100644 --- a/phpBB/adm/style/acp_board.html +++ b/phpBB/adm/style/acp_board.html @@ -34,7 +34,7 @@ - + diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php index b5f145a598..5d824dea9e 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' => $auth_tpl, + 'template_file' => $auth_tpl, )); } }