Commit eef9ff7 Michael Espeche
committed
1 parent 2521e24 commit eef9ff7 Copy full SHA for eef9ff7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<descriptive locale =" en_US" >
8
8
<title >Keyword</title >
9
9
</descriptive >
10
- <version >2.4.4 </version >
10
+ <version >2.4.5 </version >
11
11
<author >
12
12
<name >Michaël Espeche</name >
13
13
<email >mespeche@openstudio.fr</email >
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ public function buildModelCriteria()
126
126
127
127
$ search ->addJoinObject ($ join , 'product_associated_keyword_join ' );
128
128
$ search ->addJoinCondition (
129
- 'category_associated_keyword_join ' ,
130
- 'category_associated_keyword .keyword_id IN ( ' . $ keywordListId . ') '
129
+ 'product_associated_keyword_join ' ,
130
+ 'product_associated_keyword .keyword_id IN ( ' . $ keywordListId . ') '
131
131
);
132
132
$ search ->addJoinCondition (
133
133
'product_associated_keyword_join ' ,
You can’t perform that action at this time.
0 commit comments