mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Fixed some bugs with banning and some code that wasnt updated when we changed the theme/template system
git-svn-id: file:///svn/phpbb/trunk@1218 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1069,7 +1069,7 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
|
||||
|
||||
if( empty($theme) )
|
||||
{
|
||||
$theme = setuptheme($board_config['default_theme']);
|
||||
$theme = setup_style($board_config['default_style']);
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user