diff --git a/upload/modules/admin/comments.class.php b/upload/modules/admin/comments.class.php index 0c03a7c..16cdd83 100644 --- a/upload/modules/admin/comments.class.php +++ b/upload/modules/admin/comments.class.php @@ -208,7 +208,7 @@ $text_bb = $this->db->HSC($text_bb); - $text_html = $bb->decode($text_bb); + $text_html = $bb->parse($text_bb); $safe_text_html = $this->db->safesql($text_html); @@ -294,7 +294,7 @@ $text_bb = $this->db->HSC($text_bb); - $text_html = $bb->decode($text_bb); + $text_html = $bb->parse($text_bb); $safe_text_html = $this->db->safesql($text_html);