aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-08 15:24:23 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-11 15:49:46 -0400
commitf24a8e5b8150bcd892585531585ef46f49db0ef7 (patch)
tree269f6428b5b0ef4415c28fb3f21b7d25ab736a37 /phpBB
parent3465867a4eee21b62707e9a28ad7831f8677363f (diff)
downloadforums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar
forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar.gz
forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar.bz2
forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.tar.xz
forums-f24a8e5b8150bcd892585531585ef46f49db0ef7.zip
[ticket/11626] Make identifier uppercase per style requirements
PHPBB3-11626
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/acp_board.html2
-rw-r--r--phpBB/includes/acp/acp_board.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_board.html b/phpBB/adm/style/acp_board.html
index cd4c25a756..1a09c4eee6 100644
--- a/phpBB/adm/style/acp_board.html
+++ b/phpBB/adm/style/acp_board.html
@@ -34,7 +34,7 @@
<!-- IF S_AUTH -->
<!-- BEGIN auth_tpl -->
- <!-- INCLUDE {auth_tpl.template_file} -->
+ <!-- INCLUDE {auth_tpl.TEMPLATE_FILE} -->
<!-- END auth_tpl -->
<!-- ENDIF -->
diff --git a/phpBB/includes/acp/acp_board.php b/phpBB/includes/acp/acp_board.php
index 5d824dea9e..9285608ae2 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(
- 'template_file' => $auth_tpl,
+ 'TEMPLATE_FILE' => $auth_tpl,
));
}
}