From: Vincent Vanwaelscappel Date: Fri, 10 Feb 2023 18:28:14 +0000 (+0100) Subject: wait #5721 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2132b45c35bd4193d11bae14dd5f9719f482994f;p=fluidbook_tools.git wait #5721 --- diff --git a/src/Links/ImageLink.php b/src/Links/ImageLink.php index d50c0b7..9edfada 100644 --- a/src/Links/ImageLink.php +++ b/src/Links/ImageLink.php @@ -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()