From 35dc4202a253c9e0c43f4bcb7484758114ad18df Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 2 May 2012 00:58:28 -0700 Subject: [PATCH] how did that happen? --- include/contact_widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/contact_widgets.php b/include/contact_widgets.php index e0fe4271a4..c6f3168fe4 100644 --- a/include/contact_widgets.php +++ b/include/contact_widgets.php @@ -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;