Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b6cbc9775daf70ce0cd0f1c9ae8a9da14fc30414
Authored by
Yarik
2017-05-19 12:17:50 +0300
1 parent
15b6552f
Sitemap
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/SiteMapController.php
Inline
Side-by-side
console/SiteMapController.php
Wrap text
Show/Hide comments
View file @
b6cbc97
...
...
@@ -43,7 +43,7 @@
43
43
public function getVariants()
44
44
{
45
45
return Product::find()
46
- ->
w
ith('enabledVariants.lang');
46
+ ->
innerJoinW
ith('enabledVariants.lang');
47
47
}
48
48
49
49
public function getSeoLinks()
...
...