remove all the magic
This commit is contained in:
parent
11b43e5c4e
commit
cd8fa85852
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user