From: Vincent Vanwaelscappel Date: Mon, 10 Jul 2023 11:10:35 +0000 (+0200) Subject: wait #6118 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=193c9fcaf778b4264e4cc4fe1f1d06a1820e8bd9;p=fluidbook_tools.git wait #6118 @0:05 --- diff --git a/src/Links/ContentLink.php b/src/Links/ContentLink.php index 0764819..9eb313e 100644 --- a/src/Links/ContentLink.php +++ b/src/Links/ContentLink.php @@ -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; } }