diff options
| author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-08 15:24:23 -0400 | 
|---|---|---|
| committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-11 15:49:46 -0400 | 
| commit | f24a8e5b8150bcd892585531585ef46f49db0ef7 (patch) | |
| tree | 269f6428b5b0ef4415c28fb3f21b7d25ab736a37 | |
| parent | 3465867a4eee21b62707e9a28ad7831f8677363f (diff) | |
| download | forums-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
| -rw-r--r-- | phpBB/adm/style/acp_board.html | 2 | ||||
| -rw-r--r-- | 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 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,  					));  				}  			}  | 
