1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Update forum.php

This commit is contained in:
rica-carv
2016-05-05 20:24:34 +01:00
parent 652fc64752
commit 947f06987e

View File

@@ -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, "TITLE");
$f['forum_description'] = $tp->toHTML($f['forum_description'], TRUE, "BODY");
//$url= $e107->url->create('forum/forum/view', $f);