Better getGroups implementation

This commit is contained in:
Patrick Valsecchi
2017-12-19 20:21:06 +01:00
parent 031b588255
commit 96c9bfeba8
3 changed files with 5 additions and 4 deletions

View File

@@ -404,7 +404,7 @@ class OC_USER_SQL extends \OC_User_Backend implements \OCP\IUserBackend, \OCP\Us
}
else
{
$search = "%".$this -> doUserDomainMapping("")."%";
$search = "%".$this -> doUserDomainMapping("")."%";
}
$rows = $this -> helper -> runQuery('getUsers', array('search' => $search), false, true, array('limit' => $limit, 'offset' => $offset));