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();