]> _ Git - fluidbook_tools.git/commitdiff
wait #6118 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 10 Jul 2023 11:10:35 +0000 (13:10 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 10 Jul 2023 11:10:35 +0000 (13:10 +0200)
src/Links/ContentLink.php

index 0764819159040b08ec82e12a88f0264643403671..9eb313e38ded4aab53f5fe826af5d47ff1cf2efb 100644 (file)
@@ -60,7 +60,7 @@ class ContentLink extends Link {
             if (isset($animation['type']) && in_array($animation['type'], $hiddenAnimations)) {
                 return true;
             }
-            if ($animation['type'] === 'scalefrom' && isset($animation['scale']) && $animation['scale'] <= 0) {
+            if (isset($animation['type']) && $animation['type'] === 'scalefrom' && isset($animation['scale']) && $animation['scale'] <= 0) {
                 return true;
             }
         }