Skip to content
Snippets Groups Projects
Commit 5c9c38b5 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[BUGFIX] An error appears in the backend with PHP 7.1

parent 3ef11745
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,7 @@ class BackendNewsUtility {
->where(
$authorQueryBuilder->expr()->orX(
$authorQueryBuilder->expr()->like('author.name', $authorSearchParameter),
$authorQueryBuilder->expr()->like('author.email', $authorSearchParameter),
$authorQueryBuilder->expr()->like('author.email', $authorSearchParameter)
)
)->execute()->fetchAll();
......
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