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:
parent
fcf4427c1e
commit
cc66d6cb36
@ -1087,6 +1087,10 @@ class comment
|
||||
echo $text;
|
||||
}
|
||||
}
|
||||
elseif($return === 'html')
|
||||
{
|
||||
return $ns->tablerender(null, $text, 'comment', true);
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret['comment'] = $text;
|
||||
|
Loading…
x
Reference in New Issue
Block a user