Some code quality improvements (#1148)

This commit is contained in:
Roman Kelesidis 2023-11-21 15:13:19 +07:00 committed by GitHub
commit 491c03c243
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 12 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':