mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00: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:
parent
b581770356
commit
846fa80df1
1 changed files with 1 additions and 1 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue