Skip to content

Commit

Permalink
[BUGFIX] Properly invoke LinkFactory::createUri()
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala authored Sep 20, 2024
1 parent 17d04d4 commit d08c6f8
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ public function __construct(
public function getUri(string $tcaLinkValue, ContentObjectRenderer $contentObjectRenderer): string
{
return $this->linkFactory->createUri(
'',
[
'parameter' => $tcaLinkValue,
'forceAbsoluteUrl' => true,
],
$tcaLinkValue,
$contentObjectRenderer
);
}
Expand Down

0 comments on commit d08c6f8

Please sign in to comment.