mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r142
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@142 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
cac6949949
commit
9dbbaca8f4
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ switch($this->request['type'])
|
|||
$message = (string) $this->request['message'];
|
||||
if(!trim($message)) $this->ajax_die($lang['EMPTY_MESSAGE']);
|
||||
$message = bbcode2html($message);
|
||||
$this->response['view_message'] = $message;
|
||||
$this->response['message_html'] = $message;
|
||||
break;
|
||||
|
||||
case 'edit':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue