From 664d2171799cce287c637c2b0900bfac3fe4406e Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 13 Dec 2016 17:55:46 +0200 Subject: [PATCH] site map --- console/SiteMapController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/SiteMapController.php b/console/SiteMapController.php index efcac14..dc14fda 100755 --- a/console/SiteMapController.php +++ b/console/SiteMapController.php @@ -213,7 +213,7 @@ foreach ($this->getCategoriesWithFilters() as $category) { foreach ($category->taxGroups as $group) { - if($group->is_filter && $group->meta_robots != 'noindex,nofollow'){ + if($group->is_filter && ($group->meta_robots != 'noindex,nofollow')){ foreach ($group->taxOptions as $option) { $url = $urlManager->createAbsoluteUrl( [ -- libgit2 0.21.4