From f1be01a89b107409b4219a47fc635261a2039b30 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 16 Dec 2001 01:27:16 +0000 Subject: [PATCH] Fix bug #493735 was still using old config value name for theme git-svn-id: file:///svn/phpbb/trunk@1597 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index d5fac92de6..96aa6c14b5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1042,10 +1042,9 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "", { $template = new Template($phpbb_root_path . "templates/" . $board_config['board_template']); } - if( empty($theme) ) { - $theme = setup_style($board_config['default_theme']); + $theme = setup_style($board_config['default_style']); } //