mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #5243 from nextcloud/backport/5227/stable18
[stable18] Fix uninitialised variable
This commit is contained in:
commit
2cb2845fb3
@ -102,7 +102,7 @@ To create a mapper, inherit from the mapper base class and call the parent const
|
||||
->setMaxResults($limit)
|
||||
->setFirstResult($offset);
|
||||
|
||||
return $this->findEntities($sql);
|
||||
return $this->findEntities($qb);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user