Some reported bugfixes (#1200)

* Some reported bugfixes

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2023-12-11 20:12:06 +07:00 committed by GitHub
commit 72ad36d0e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -110,7 +110,7 @@ switch ($this->request['type']) {
$message = htmlCHR($message, false, ENT_NOQUOTES);
$this->response['message_html'] = bbcode2html($message);
$this->response['res_id'] = $this->request['res_id'];
$this->response['res_id'] = @$this->request['res_id'];
break;
case 'edit':