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
4055226e5c5cb4eb9da77542fcc235e36a5a3aab
Authored by
Yarik
2016-12-02 13:47:10 +0200
2 parents
e8eef114
4e9a257c
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
models/ProductFrontendSearch.php
Inline
Side-by-side
models/ProductFrontendSearch.php
Wrap text
Show/Hide comments
View file @
4055226
...
...
@@ -129,7 +129,6 @@
129
129
$query = Product::find()
130
130
->joinWith(
131
131
[
132
- 'category',
133
132
'category.lang',
134
133
]
135
134
);
...
...