Fix #16698 - Wrong Absolute Links In Navigation ("/" instead of "./")
Fixes: #16698 Signed-off-by: Sven Strickroth <email@cs-ware.de>
This commit is contained in:
parent
0754a34411
commit
965c124d96
@ -1742,7 +1742,7 @@ class Util
|
||||
{
|
||||
$url = self::getUrlForOption($target, $location);
|
||||
if ($url === null) {
|
||||
return '/';
|
||||
return './';
|
||||
}
|
||||
|
||||
return Url::getFromRoute($url);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user