Bugfix
This commit is contained in:
parent
5a4ca9459d
commit
49f2d04a15
|
@ -289,7 +289,7 @@ function fb_get_friends_sync_full($uid, $access_token, $person) {
|
||||||
intval($r[0]['id'])
|
intval($r[0]['id'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
continue;
|
return;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
||||||
|
@ -322,7 +322,7 @@ function fb_get_friends_sync_full($uid, $access_token, $person) {
|
||||||
);
|
);
|
||||||
|
|
||||||
if(! count($r)) {
|
if(! count($r)) {
|
||||||
continue;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$contact = $r[0];
|
$contact = $r[0];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user