aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/message.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/message.php')
-rw-r--r--phpBB/includes/message.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/message.php b/phpBB/includes/message.php
index 856b9e706d..96e7bf2cc0 100644
--- a/phpBB/includes/message.php
+++ b/phpBB/includes/message.php
@@ -78,7 +78,7 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
if( empty($template) )
{
- $template = new Template($phpbb_root_path . "templates/" . $board_config['default_template']);
+ $template = new Template($phpbb_root_path . "templates/" . $board_config['board_template']);
}
if( empty($theme) )
@@ -192,4 +192,4 @@ function message_die($msg_code, $msg_text = "", $msg_title = "", $err_line = "",
}
-?> \ No newline at end of file
+?>