]> _ Git - fluidbook-toolbox.git/commitdiff
#7894
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Jan 2026 15:03:15 +0000 (16:03 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 19 Jan 2026 15:03:15 +0000 (16:03 +0100)
app/Fluidbook/Link/LinksData.php

index a24ecd32f22baab282bed4444d66237bac259013..dc1c7a90e0b79f64c9f7364d44e711867f25787b 100644 (file)
@@ -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);