diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index 204228330..dacbc2664 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -1528,8 +1528,9 @@ class news_front // $text .= ($nextprev ? "
".$nextprev."
" : ""); // $text=''.$text.'
'.$nextprev.'
'; - echo $text; + // echo $text; $this->setNewsCache($this->cacheString, $text); + return $text; } else {