From: Vincent Vanwaelscappel Date: Mon, 5 May 2025 08:51:20 +0000 (+0200) Subject: wait #7504 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a893b6ff80319be9eccca2ebd8be21fa368e2d9f;p=fluidbook_tools.git wait #7504 @0.25 --- diff --git a/src/Links/Link.php b/src/Links/Link.php index 57e57ba..9cb9fab 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -976,7 +976,7 @@ class Link return $link; } foreach ($link as $attr => $item) { - if (!str_starts_with($item, '///')) { + if (!is_string($item) || !str_starts_with($item, '///')) { continue; } $v = Crypt::safeDecrypt(substr($item, 3), self::_getLinkKey());