1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Fix #4847 - mistypo in route

This commit is contained in:
Jimako 2022-10-03 19:29:15 +02:00 committed by GitHub
parent f2f8877a05
commit bd7e6a5baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;