Skip to content

Commit

Permalink
Merge pull request #4882 from Jimmi08/patch-5
Browse files Browse the repository at this point in the history
Fixes #4847 - typo in news route
  • Loading branch information
CaMer0n authored Oct 12, 2022
2 parents 8f93c94 + bd7e6a5 commit e3fb2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_plugins/news/news.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private function setBreadcrumb()
switch($this->route)
{
case "news/list/all":
case "news/list/item":
case "news/list/items":
$breadcrumb[0]['url'] = null;
break;

Expand Down

0 comments on commit e3fb2ce

Please sign in to comment.