aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 01:27:16 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-12-16 01:27:16 +0000
commitf1be01a89b107409b4219a47fc635261a2039b30 (patch)
tree3bd9827e82752a9956e993ba709cea74d3b2c6a1 /phpBB/includes/functions.php
parentf217a67aed380a5f78c92f5091b609734de039fe (diff)
downloadforums-f1be01a89b107409b4219a47fc635261a2039b30.tar
forums-f1be01a89b107409b4219a47fc635261a2039b30.tar.gz
forums-f1be01a89b107409b4219a47fc635261a2039b30.tar.bz2
forums-f1be01a89b107409b4219a47fc635261a2039b30.tar.xz
forums-f1be01a89b107409b4219a47fc635261a2039b30.zip
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
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php3
1 files changed, 1 insertions, 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']);
}
//