diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index 1d9bfd348..86400e2e3 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -99,7 +99,7 @@ class news_front switch($this->route) { case "news/list/all": - case "news/list/item": + case "news/list/items": $breadcrumb[0]['url'] = null; break;