]> _ Git - fluidbook_tools.git/commitdiff
wait #5721
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 Feb 2023 18:28:14 +0000 (19:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 10 Feb 2023 18:28:14 +0000 (19:28 +0100)
src/Links/ImageLink.php

index d50c0b7f92cbd7fd84722ded98d1f0e621f95a9e..9edfada4b9ad6d404f9a8aa11d452f1b3ca9e8d6 100644 (file)
@@ -7,7 +7,7 @@ class ImageLink extends ContentLink
 
     public function getImageUrl()
     {
-        return Link::getUniversalLocation($this->to, true);
+        return Link::getUniversalLocation($this->to, false);
     }
 
     public function getCSS()