From 46413f440e1f08dc6cf97db2f0aa4fb6caacb574 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Tue, 16 Oct 2001 10:35:24 +0000 Subject: 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 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index a6c34a4345..66149d509a 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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']); } // -- cgit v1.2.1