From 3325231d4658773d1da213574dc7b60dfbca645f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Sep 2023 19:18:55 +0200 Subject: [PATCH] wip #6274 @0.25 --- src/Links/CustomLink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() === '-'; } } -- 2.39.5