From 81be4479abd519dfcb9064bc3a437047c311c2bd Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 14 May 2006 11:34:59 +0000 Subject: [PATCH] Assigning to the wrong variable - the whole message should now be visible git-svn-id: file:///svn/phpbb/trunk@5912 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 742137f541..b7e06a2d96 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -536,7 +536,7 @@ class module $template->assign_vars(array( 'MESSAGE_TITLE' => $lang['INST_ERR_FATAL_DB'], - 'MESSAGE_BODY' => '

' . basename($file) . ' [ ' . $line . ' ]

SQL : ' . $sql . '

' . $error . '

', + 'MESSAGE_TEXT' => '

' . basename($file) . ' [ ' . $line . ' ]

SQL : ' . $sql . '

' . $error . '

', )); $db->sql_close();