Commit ed71c5a664f98875c08f9514d7b96f4842c36768

Authored by Alexey Boroda
2 parents 40300fd0 a6a5ff12

Merge remote-tracking branch 'origin/master'

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/ProductFrontendSearch.php
... ... @@ -99,7 +99,7 @@
99 99 $dataProvider = new ActiveDataProvider(
100 100 [
101 101 'query' => $this->getSearchQuery($category, $params, $in_stock)
102   - ->with('variant', 'videos')
  102 + ->with('variant', 'videos','category.lang')
103 103 ->groupBy(
104 104 [
105 105 'product_lang.title',
... ...