mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 19:08:53 +00:00
[ticket/11626] Make identifier uppercase per style requirements
PHPBB3-11626
This commit is contained in:
parent
3465867a4e
commit
f24a8e5b81
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<!-- IF S_AUTH -->
|
<!-- IF S_AUTH -->
|
||||||
<!-- BEGIN auth_tpl -->
|
<!-- BEGIN auth_tpl -->
|
||||||
<!-- INCLUDE {auth_tpl.template_file} -->
|
<!-- INCLUDE {auth_tpl.TEMPLATE_FILE} -->
|
||||||
<!-- END auth_tpl -->
|
<!-- END auth_tpl -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
|
|
|
@ -659,7 +659,7 @@ class acp_board
|
||||||
if ($auth_tpl)
|
if ($auth_tpl)
|
||||||
{
|
{
|
||||||
$template->assign_block_vars('auth_tpl', array(
|
$template->assign_block_vars('auth_tpl', array(
|
||||||
'template_file' => $auth_tpl,
|
'TEMPLATE_FILE' => $auth_tpl,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue