]> _ Git - fluidbook_tools.git/commitdiff
wait #6795 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Mar 2024 17:00:21 +0000 (18:00 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Mar 2024 17:00:21 +0000 (18:00 +0100)
src/Links/ImageLink.php

index 977f912c6c443a19c0b3b224cae570c4b6f432a0..e765bd0905dc05e436be1b30c78bd68d74855fce 100644 (file)
@@ -21,8 +21,8 @@ class ImageLink extends ContentLink
     {
         $res = parent::getAdditionnalContent();
         $res .= ' data-image="' . $this->getImageUrl() . '"';
-        if (isset($this->image_rollover)) {
-            $res .= ' data-rollover="' . $this->image_rollover . '"';
+        if (isset($this->rollover)) {
+            $res .= ' data-rollover="' . $this->rollover . '"';
         }
         return $res;
     }