mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
fix(bb_die): HTML characters converting (#1744)
This commit is contained in:
parent
1df215985e
commit
4f1c7e40d8
1 changed files with 1 additions and 1 deletions
|
@ -1357,7 +1357,7 @@ function bb_die($msg_text, $status_code = null)
|
|||
|
||||
$template->assign_vars([
|
||||
'TPL_BB_DIE' => true,
|
||||
'MESSAGE_TEXT' => htmlCHR($msg_text)
|
||||
'MESSAGE_TEXT' => $msg_text
|
||||
]);
|
||||
|
||||
$template->set_filenames(['bb_die' => 'common.tpl']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue