Skip to content

Commit

Permalink
actually fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jun 30, 2023
1 parent 01624a7 commit 33093e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/RouteProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getRouteCollectionForRequest(Request $request)
return $collection;
}

$name = 'tl_news.'.$alias;
$name = 'tl_news.'.rawurldecode($alias);

try {
$route = $this->getRouteByName($name);
Expand Down

0 comments on commit 33093e0

Please sign in to comment.