From 846fa80df15d5f86117fb7cd64bff95bfc4be863 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 10 Jun 2003 01:38:08 +0000 Subject: [PATCH] Remove additional Template parameters git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4109 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 4349f52f5c..1042b741b3 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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 ) {