aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index d7731db490..1456a01755 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -634,7 +634,7 @@ function message_die($msg_code, $msg_text = '', $msg_title = '', $display_header
if ( !defined('IN_ADMIN') )
{
- include($phpbb_root_path . 'includes/page_footer.' . $phpEx);
+ include($phpbb_root_path . 'includes/page_tail.' . $phpEx);
}
else
{