mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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
This commit is contained in:
parent
2499d92c83
commit
81be4479ab
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ class module
|
||||||
|
|
||||||
$template->assign_vars(array(
|
$template->assign_vars(array(
|
||||||
'MESSAGE_TITLE' => $lang['INST_ERR_FATAL_DB'],
|
'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();
|
$db->sql_close();
|
||||||
|
|
Loading…
Add table
Reference in a new issue