diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-05-14 11:34:59 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-05-14 11:34:59 +0000 |
commit | 81be4479abd519dfcb9064bc3a437047c311c2bd (patch) | |
tree | 8632dd22ba85776aaace3891c03a0d0a5d03d4ad | |
parent | 2499d92c83e5bad7860e7b581525a947b6bde27d (diff) | |
download | forums-81be4479abd519dfcb9064bc3a437047c311c2bd.tar forums-81be4479abd519dfcb9064bc3a437047c311c2bd.tar.gz forums-81be4479abd519dfcb9064bc3a437047c311c2bd.tar.bz2 forums-81be4479abd519dfcb9064bc3a437047c311c2bd.tar.xz forums-81be4479abd519dfcb9064bc3a437047c311c2bd.zip |
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
-rwxr-xr-x | phpBB/install/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' => '<p>' . basename($file) . ' [ ' . $line . ' ]</p><p>SQL : ' . $sql . '</p><p><b>' . $error . '</b></p>', + 'MESSAGE_TEXT' => '<p>' . basename($file) . ' [ ' . $line . ' ]</p><p>SQL : ' . $sql . '</p><p><b>' . $error . '</b></p>', )); $db->sql_close(); |