diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index a409f3e04..f1b12607c 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -1242,17 +1242,13 @@ class news_front $this->caption = $caption; $text = $cache_data; - $this->comments = $news; - - //$text = $ns->tablerender($caption, $cache_data, 'news', true); } else { $text = $cache_data; - $text .= $news; } - + $this->comments = $news; return $text; }