mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
solve bug
This commit is contained in:
parent
a65549f089
commit
093ff0920c
@ -386,6 +386,7 @@ class LocalUsers extends AbstractBackend {
|
||||
. \OC_DB::getErrorMessage($result), \OCP\Util::ERROR);
|
||||
return true;
|
||||
} else {
|
||||
$contactsId = array();
|
||||
while($row = $result->fetchRow()){
|
||||
$contactsId[] = $row['id'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user