diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']); } // |