mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
[feature/auth-refactor] Fix code style issue
PHPBB3-9734
This commit is contained in:
parent
2743081489
commit
f9672e9b45
1 changed files with 2 additions and 2 deletions
|
@ -660,8 +660,8 @@ class acp_board
|
|||
if ($fields['tpl'])
|
||||
{
|
||||
$template->assign_block_vars('auth_tpl', array(
|
||||
'TPL' => $fields['tpl'])
|
||||
);
|
||||
'TPL' => $fields['tpl'],
|
||||
));
|
||||
}
|
||||
unset($fields);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue