mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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
This commit is contained in:
parent
f217a67aed
commit
f1be01a89b
1 changed files with 1 additions and 2 deletions
|
@ -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']);
|
$template = new Template($phpbb_root_path . "templates/" . $board_config['board_template']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if( empty($theme) )
|
if( empty($theme) )
|
||||||
{
|
{
|
||||||
$theme = setup_style($board_config['default_theme']);
|
$theme = setup_style($board_config['default_style']);
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue