mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
Merge pull request #5227 from michalhuras/patch-2
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