mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r318
фикс git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@318 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
bf34c64493
commit
f65a513ce0
1 changed files with 290 additions and 290 deletions
|
@ -95,7 +95,7 @@ switch($this->request['type'])
|
|||
if(!trim($message)) $this->ajax_die($lang['EMPTY_MESSAGE']);
|
||||
|
||||
$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