1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-15 21:44:56 +01:00

Wrong footer .. what a shock

git-svn-id: file:///svn/phpbb/trunk@2823 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-08-06 00:50:06 +00:00
parent 5750fb8353
commit 88c64f4505

View File

@ -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
{