Skip to content

Commit f38b735

Browse files
committed
replace Uri::current() with Uri::getInstance()
1 parent a2a8c9e commit f38b735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mod_breadcrumbs/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'@type' => 'ListItem',
8383
'position' => $key + 1,
8484
'item' => [
85-
'@id' => $item->link ? Route::_($item->link, true, Route::TLS_IGNORE, true) : Route::_(Uri::current()),
85+
'@id' => $item->link ? Route::_($item->link, true, Route::TLS_IGNORE, true) : Route::_(Uri::getInstance()),
8686
'name' => $item->name
8787
]
8888
];

0 commit comments

Comments
 (0)