how did that happen?

This commit is contained in:
friendica 2012-05-02 00:58:28 -07:00
parent a42a475e10
commit 35dc4202a2
1 changed files with 1 additions and 1 deletions

View File

@ -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;