mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:45:22 +02: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:
@ -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();
|
||||||
|
Reference in New Issue
Block a user