mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +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(
|
$query->addWhereClause(
|
||||||
'stored_obj.title ilike ?',
|
'stored_obj.title ilike ?',
|
||||||
['%' . $content . '%'],
|
['%' . $content . '%'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user