Skip to content

Commit

Permalink
Merge pull request #82 from sitegeist/mficzel-patch-3
Browse files Browse the repository at this point in the history
BUGFIX: Build correct dummy image urls again
  • Loading branch information
mficzel authored Nov 29, 2024
2 parents 2422aec + 8f469e8 commit e6aeca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Domain/DummyImageSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public function src(): string

$uriBuilder = new UriBuilder();
$uriBuilder->setRequest($this->actionRequestFactory->createActionRequest($httpRequest));
$uriBuilder->setFormat('html');
$uriBuilder->setCreateAbsoluteUri(false);

$baseUri = $uriBuilder->uriFor('image', [], 'DummyImage', 'Sitegeist.Kaleidoscope');
Expand Down

0 comments on commit e6aeca5

Please sign in to comment.