mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix condition
This commit is contained in:
parent
24049b9dfc
commit
5495b1cb44
@ -153,7 +153,7 @@ final readonly class ActivityDocumentACLAwareRepository implements ActivityDocum
|
||||
);
|
||||
}
|
||||
|
||||
if (null !== $content or '' !== $content) {
|
||||
if (null !== $content and '' !== $content) {
|
||||
$query->addWhereClause(
|
||||
'stored_obj.title ilike ?',
|
||||
['%' . $content . '%'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user