mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
fix cs
This commit is contained in:
@@ -114,7 +114,7 @@ class ThirdPartyApiSearch implements SearchApiInterface
|
|||||||
...$pertinenceArgs
|
...$pertinenceArgs
|
||||||
))
|
))
|
||||||
->andWhereClause(implode(' AND ', $wheres)
|
->andWhereClause(implode(' AND ', $wheres)
|
||||||
.' AND tparty.active IS TRUE and (parent.active IS TRUE OR parent IS NULL)', array_merge(
|
. ' AND tparty.active IS TRUE and (parent.active IS TRUE OR parent IS NULL)', array_merge(
|
||||||
[],
|
[],
|
||||||
...$whereArgs
|
...$whereArgs
|
||||||
));
|
));
|
||||||
|
Reference in New Issue
Block a user