diff --git a/src/Application/UI/Link.php b/src/Application/UI/Link.php index b06937bb5..7236be96f 100644 --- a/src/Application/UI/Link.php +++ b/src/Application/UI/Link.php @@ -94,7 +94,7 @@ public function getParameters(): array */ public function isLinkCurrent(): bool { - return $this->component->isLinkCurrent($this->destination, $this->parameters); + return $this->component->isLinkCurrent($this->destination, $this->params); }