mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11626] Make identifier uppercase per style requirements
PHPBB3-11626
This commit is contained in:
@@ -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,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user