fix spaces
This commit is contained in:
parent
5262779101
commit
74a2938f8e
|
@ -208,7 +208,7 @@ class Database extends \OC\Group\Backend {
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->fixDI();
|
$this->fixDI();
|
||||||
|
|
||||||
// No magic!
|
// No magic!
|
||||||
$qb = $this->dbConn->getQueryBuilder();
|
$qb = $this->dbConn->getQueryBuilder();
|
||||||
$cursor = $qb->select('gid')
|
$cursor = $qb->select('gid')
|
||||||
|
|
Loading…
Reference in New Issue