mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 23:25:30 +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'])
|
||||
{
|
||||
$template->assign_block_vars('auth_tpl', array(
|
||||
'TPL' => $fields['tpl'])
|
||||
);
|
||||
'TPL' => $fields['tpl'],
|
||||
));
|
||||
}
|
||||
unset($fields);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user