diff --git a/e107_plugins/forum/forum.php b/e107_plugins/forum/forum.php index 939fa8ddc..21ded5f38 100644 --- a/e107_plugins/forum/forum.php +++ b/e107_plugins/forum/forum.php @@ -405,7 +405,7 @@ function parse_forum($f, $restricted_string = '') $f['forum_name'] = substr($f['forum_name'], 1); } $f['forum_name'] = $tp->toHTML($f['forum_name'], true, 'no_hook'); - $f['forum_description'] = $tp->toHTML($f['forum_description'], true, 'no_hook'); + $f['forum_description'] = $tp->toHTML($f['forum_description'], TRUE, "BODY"); //$url= $e107->url->create('forum/forum/view', $f);