Skip to content

Commit 2422aec

Browse files
authored
Merge pull request #81 from sitegeist/mficzel-patch-2
BUGFIX: Do not access controller context from AssetImageSourceImplemention
2 parents 362241f + 42f9276 commit 2422aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/FusionObjects/AssetImageSourceImplementation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function createHelper(): ?ImageSourceInterface
7373
$this->getTitle(),
7474
$this->getAlt(),
7575
$this->getAsync(),
76-
$this->getRuntime()->getControllerContext()->getRequest()
76+
null
7777
);
7878

7979
return $helper;

0 commit comments

Comments
 (0)