Skip to content

Commit

Permalink
Merge pull request #81 from sitegeist/mficzel-patch-2
Browse files Browse the repository at this point in the history
BUGFIX: Do not access controller context from AssetImageSourceImplemention
  • Loading branch information
mficzel authored Nov 26, 2024
2 parents 362241f + 42f9276 commit 2422aec
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 2422aec

Please sign in to comment.