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:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user