backports murph-skeleton

This commit is contained in:
Simon Vieille 2021-03-29 10:36:27 +02:00
parent cb44f7539a
commit a8c5d9d249
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;
}