Skip to content

Commit

Permalink
BUGFIX: Do not access controller context from AssetImageSourceImpleme…
Browse files Browse the repository at this point in the history
…ntion
  • Loading branch information
mficzel authored Nov 26, 2024
1 parent 362241f commit 42f9276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/FusionObjects/AssetImageSourceImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function createHelper(): ?ImageSourceInterface
$this->getTitle(),
$this->getAlt(),
$this->getAsync(),
$this->getRuntime()->getControllerContext()->getRequest()
null
);

return $helper;
Expand Down

0 comments on commit 42f9276

Please sign in to comment.