Minor improvements (#1739)

* Minor improvements

* Update Ajax.php

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2025-01-08 15:34:08 +07:00 committed by GitHub
commit f4070215bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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']);