1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Fix for FB comment engine.

This commit is contained in:
Cameron 2017-01-11 18:57:54 -08:00
parent fcf4427c1e
commit cc66d6cb36

View File

@ -1087,6 +1087,10 @@ class comment
echo $text;
}
}
elseif($return === 'html')
{
return $ns->tablerender(null, $text, 'comment', true);
}
else
{
$ret['comment'] = $text;