mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Some reported bugfixes (#1200)
* Some reported bugfixes * Update CHANGELOG.md
This commit is contained in:
parent
8f1c66a26b
commit
72ad36d0e2
3 changed files with 5 additions and 2 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