From 154bea4728aded1710cce9c994ad353a1d1d66fc Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 13 Dec 2016 18:16:59 +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 8295797..58da5e0 100755 --- a/console/SiteMapController.php +++ b/console/SiteMapController.php @@ -217,7 +217,7 @@ continue; } if($group->is_filter){ - foreach ($group->taxOptions as $option) { + foreach ($group->options as $option) { $url = $urlManager->createAbsoluteUrl( [ 'catalog/category', -- libgit2 0.21.4