mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Merge pull request #4882 from Jimmi08/patch-5
Fixes #4847 - typo in news route
This commit is contained in:
@@ -99,7 +99,7 @@ class news_front
|
|||||||
switch($this->route)
|
switch($this->route)
|
||||||
{
|
{
|
||||||
case "news/list/all":
|
case "news/list/all":
|
||||||
case "news/list/item":
|
case "news/list/items":
|
||||||
$breadcrumb[0]['url'] = null;
|
$breadcrumb[0]['url'] = null;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user