mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
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:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user