From 9dbbaca8f42055d6af28d7d7705ecb1f70ad01af Mon Sep 17 00:00:00 2001 From: nanosimbiot Date: Sun, 24 Jul 2011 17:28:37 +0000 Subject: [PATCH] r142 git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@142 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/ajax/posts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/ajax/posts.php b/upload/ajax/posts.php index 1a4119904..8538babd5 100644 --- a/upload/ajax/posts.php +++ b/upload/ajax/posts.php @@ -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':