Remove additional Template parameters

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4109 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-06-10 01:38:08 +00:00
parent b581770356
commit 846fa80df1

View file

@ -313,7 +313,7 @@ function setup_style($style)
$template_path = 'templates/' ;
$template_name = $row['template_name'] ;
$template = new Template($phpbb_root_path . $template_path . $template_name, $board_config, $db);
$template = new Template($phpbb_root_path . $template_path . $template_name);
if ( $template )
{