mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 00:25:19 +02:00
[feature/auth-refactor] Fix code style issue
PHPBB3-9734
This commit is contained in:
parent
2743081489
commit
f9672e9b45
@ -660,8 +660,8 @@ class acp_board
|
|||||||
if ($fields['tpl'])
|
if ($fields['tpl'])
|
||||||
{
|
{
|
||||||
$template->assign_block_vars('auth_tpl', array(
|
$template->assign_block_vars('auth_tpl', array(
|
||||||
'TPL' => $fields['tpl'])
|
'TPL' => $fields['tpl'],
|
||||||
);
|
));
|
||||||
}
|
}
|
||||||
unset($fields);
|
unset($fields);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user