fix sitemap

This commit is contained in:
Simon Vieille 2021-03-29 10:35:42 +02:00
parent 6480bcfdc4
commit 5cacfd9c39
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ class SitemapBuilder
foreach ($rootNode->getAllChildren() as $node) {
$parameters = $node->getSitemapParameters();
if (!$parameters['isVisible']) {
continue;
}
if ($node->hasExternalUrl()) {
continue;
}