diff --git a/src/Epc.php b/src/Epc.php index ea79d79..2c07a64 100644 --- a/src/Epc.php +++ b/src/Epc.php @@ -425,7 +425,7 @@ class Epc while (dcCore::app()->ctx->__get('posts')?->fetch()) { $comments = dcCore::app()->blog?->getComments(['post_id' => dcCore::app()->ctx->__get('posts')->f('post_id')]); while ($comments?->fetch()) { - $content .= $comments->getContent(); + $content .= $comments->__call('getContent', null); } }