aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_board.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-08 14:57:25 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-11 15:49:45 -0400
commit3465867a4eee21b62707e9a28ad7831f8677363f (patch)
tree6b03711cddc69d1c4ece84660a89a1796c4bd89a /phpBB/includes/acp/acp_board.php
parent3431cb8ed7dae3e340d1763cde103c31e85496a6 (diff)
downloadforums-3465867a4eee21b62707e9a28ad7831f8677363f.tar
forums-3465867a4eee21b62707e9a28ad7831f8677363f.tar.gz
forums-3465867a4eee21b62707e9a28ad7831f8677363f.tar.bz2
forums-3465867a4eee21b62707e9a28ad7831f8677363f.tar.xz
forums-3465867a4eee21b62707e9a28ad7831f8677363f.zip
[ticket/11626] Change the identifier template file in the template
PHPBB3-11626
Diffstat (limited to 'phpBB/includes/acp/acp_board.php')
-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 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,
));
}
}