mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Some code quality improvements (#1148)
This commit is contained in:
parent
ed3e28827b
commit
491c03c243
8 changed files with 13 additions and 12 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue