From 2132b45c35bd4193d11bae14dd5f9719f482994f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 10 Feb 2023 19:28:14 +0100 Subject: [PATCH] wait #5721 --- src/Links/ImageLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5