Skip to content
Snippets Groups Projects
Commit 197e760d authored by Dorian Merz's avatar Dorian Merz
Browse files

refs #16301 [master] bugfix in URL rewrite

* filter out empty links
parent 3233bf9d
No related merge requests found
......@@ -309,7 +309,7 @@ class Record extends \VuFind\View\Helper\Root\Record
$link = $this->rewriteLink($link);
}
return $links;
return array_filter($links);
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment