фикс git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@318 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
stalker.psd@gmail.com 2011-11-15 20:14:32 +00:00
commit f65a513ce0

View file

@ -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':