mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
yet another bug in remote_friends_in_common
This commit is contained in:
parent
f2d3039aed
commit
15542a8690
2 changed files with 2 additions and 1 deletions
|
@ -176,6 +176,7 @@ function count_common_friends($uid,$cid) {
|
|||
intval($cid)
|
||||
);
|
||||
|
||||
// logger("count_common_friends: $uid $cid {$r[0]['total']}");
|
||||
if(count($r))
|
||||
return $r[0]['total'];
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue