1
0
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:
Joseph Warner 2013-07-02 14:03:22 -04:00
parent 2743081489
commit f9672e9b45

View File

@ -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);
}