From: Vincent Vanwaelscappel Date: Wed, 13 Sep 2023 17:18:55 +0000 (+0200) Subject: wip #6274 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3325231d4658773d1da213574dc7b60dfbca645f;p=fluidbook_tools.git wip #6274 @0.25 --- diff --git a/src/Links/CustomLink.php b/src/Links/CustomLink.php index 87f6de7..d6b5205 100644 --- a/src/Links/CustomLink.php +++ b/src/Links/CustomLink.php @@ -58,6 +58,6 @@ class CustomLink extends NormalLink public function ignore() { - return parent::ignore() || $this->getURL() === '-'; + return parent::ignore() || !$this->getURL() || $this->getURL() === '-'; } }