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