Skip to content
Snippets Groups Projects
Commit 29fbb7ba authored by Thomas Speer's avatar Thomas Speer
Browse files

Issue #3466667: fix regression from #3271576

parent 8ba55154
No related branches found
No related tags found
No related merge requests found
......@@ -297,7 +297,7 @@ class EasyBreadcrumbBuilder implements BreadcrumbBuilderInterface {
}
$path = urldecode($path);
$path_elements = explode('/', $path);
$path_elements = explode('/', trim($path, '/'));
$front = $this->siteConfig->get('page.front');
// Give the option to keep the breadcrumb on the front page.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment