Commit 154bea4728aded1710cce9c994ad353a1d1d66fc
1 parent
b00eb632
site map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/SiteMapController.php
@@ -217,7 +217,7 @@ | @@ -217,7 +217,7 @@ | ||
217 | continue; | 217 | continue; |
218 | } | 218 | } |
219 | if($group->is_filter){ | 219 | if($group->is_filter){ |
220 | - foreach ($group->taxOptions as $option) { | 220 | + foreach ($group->options as $option) { |
221 | $url = $urlManager->createAbsoluteUrl( | 221 | $url = $urlManager->createAbsoluteUrl( |
222 | [ | 222 | [ |
223 | 'catalog/category', | 223 | 'catalog/category', |