From: Vincent Vanwaelscappel Date: Mon, 19 Jan 2026 15:03:15 +0000 (+0100) Subject: #7894 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f69535ad5904dc90afd1ef0987396fa1728be85f;p=fluidbook-toolbox.git #7894 --- diff --git a/app/Fluidbook/Link/LinksData.php b/app/Fluidbook/Link/LinksData.php index a24ecd32f..dc1c7a90e 100644 --- a/app/Fluidbook/Link/LinksData.php +++ b/app/Fluidbook/Link/LinksData.php @@ -841,7 +841,7 @@ class LinksData foreach ($linksToUpdate as $link) { $d = $link['data']; $o = $link['object']; - if ($d['alt'] !== '') { + if (isset($d['alt']) && $d['alt'] !== '') { continue; } $alt = $compiler->getLinkAlternativeText($o);