1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Fixes #4464 - Updated comment render() example to match functionality.

This commit is contained in:
Cameron
2021-03-25 11:23:47 -07:00
parent 87521f330f
commit 56d4855192
2 changed files with 149 additions and 4 deletions

View File

@@ -112,10 +112,7 @@ class _blank_front
$subject = 'My blank item subject';
$rate = true;
$ret = e107::getComment()->render($plugin, $id, $subject, $rate);
e107::getRender()->tablerender($ret['caption'],$ret['comment_form']. $ret['comment']);
return e107::getComment()->render($plugin, $id, $subject, $rate);
}