Commit 664d2171799cce287c637c2b0900bfac3fe4406e
1 parent
fdb1317d
site map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/SiteMapController.php
| @@ -213,7 +213,7 @@ | @@ -213,7 +213,7 @@ | ||
| 213 | 213 | ||
| 214 | foreach ($this->getCategoriesWithFilters() as $category) { | 214 | foreach ($this->getCategoriesWithFilters() as $category) { |
| 215 | foreach ($category->taxGroups as $group) { | 215 | foreach ($category->taxGroups as $group) { |
| 216 | - if($group->is_filter && $group->meta_robots != 'noindex,nofollow'){ | 216 | + if($group->is_filter && ($group->meta_robots != 'noindex,nofollow')){ |
| 217 | foreach ($group->taxOptions as $option) { | 217 | foreach ($group->taxOptions as $option) { |
| 218 | $url = $urlManager->createAbsoluteUrl( | 218 | $url = $urlManager->createAbsoluteUrl( |
| 219 | [ | 219 | [ |