From bd7e6a5baaddb4fe2f35ca101d4d66b951b0dfe2 Mon Sep 17 00:00:00 2001 From: Jimako Date: Mon, 3 Oct 2022 19:29:15 +0200 Subject: [PATCH] Fix #4847 - mistypo in route --- e107_plugins/news/news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;