mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Fix #4847 - mistypo in route
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user