diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index 86400e2e3c..8496c07741 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -107,7 +107,7 @@ private function setBreadcrumb() $itemName = e107::getParser()->toHTML($this->currentRow['news_title'],true, 'TITLE'); - $breadcrumb[] = array('text'=> $categoryName, 'url'=>e107::getUrl()->create('news/list/category', $this->currentRow)); + $breadcrumb[] = array('text'=> $categoryName, 'url'=>e107::getUrl()->create('news/list/category', array('id'=>$this->currentRow['news_category']))); $breadcrumb[] = array('text'=> $itemName, 'url'=> null); break;