1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00

solve bug

This commit is contained in:
LEDfan 2014-04-08 16:35:10 +02:00
parent a65549f089
commit 093ff0920c

View File

@ -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'];
}