mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Fix for FB comment engine.
This commit is contained in:
@@ -1087,6 +1087,10 @@ class comment
|
||||
echo $text;
|
||||
}
|
||||
}
|
||||
elseif($return === 'html')
|
||||
{
|
||||
return $ns->tablerender(null, $text, 'comment', true);
|
||||
}
|
||||
else
|
||||
{
|
||||
$ret['comment'] = $text;
|
||||
|
Reference in New Issue
Block a user