mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
how did that happen?
This commit is contained in:
parent
a42a475e10
commit
35dc4202a2
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ function common_friends_visitor_widget($profile_uid) {
|
|||
if($cid)
|
||||
$t = count_common_friends($profile_uid,$cid);
|
||||
else
|
||||
$t = count_common_friends($profile_uid,$cid);
|
||||
$t = count_common_friends_zcid($profile_uid,$zcid);
|
||||
if(! $t)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue