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'])
|
||||
);
|
||||
}
|
||||
continue;
|
||||
return;
|
||||
}
|
||||
else {
|
||||
|
||||
|
@ -322,7 +322,7 @@ function fb_get_friends_sync_full($uid, $access_token, $person) {
|
|||
);
|
||||
|
||||
if(! count($r)) {
|
||||
continue;
|
||||
return;
|
||||
}
|
||||
|
||||
$contact = $r[0];
|
||||
|
|
Loading…
Reference in New Issue
Block a user