Skip to content
Snippets Groups Projects
Commit ba6133c8 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Fix expression array include in orX

parent 34cb0a67
No related branches found
No related tags found
2 merge requests!13Feature remove sg news ajax plugin,!8Feature upgrade to9 lts
...@@ -405,7 +405,7 @@ class BackendNewsUtility { ...@@ -405,7 +405,7 @@ class BackendNewsUtility {
$queryBuilder->andWhere( $queryBuilder->andWhere(
$queryBuilder->expr()->orX( $queryBuilder->expr()->orX(
$expressions ...$expressions
) )
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment