mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-13 06:17:21 +07:00
Merge pull request #5241 from nextcloud/backport/5227/stable20
[stable20] Fix uninitialised variable
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user