mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Minor improvements (#1739)
* Minor improvements * Update Ajax.php * Update CHANGELOG.md
This commit is contained in:
parent
4cc6fa0e6c
commit
f4070215bc
2 changed files with 2 additions and 2 deletions
|
@ -1357,7 +1357,7 @@ function bb_die($msg_text, $status_code = null)
|
|||
|
||||
$template->assign_vars([
|
||||
'TPL_BB_DIE' => true,
|
||||
'MESSAGE_TEXT' => $msg_text
|
||||
'MESSAGE_TEXT' => htmlCHR($msg_text)
|
||||
]);
|
||||
|
||||
$template->set_filenames(['bb_die' => 'common.tpl']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue