From: friendica <info@friendica.com>
Date: Wed, 2 May 2012 07:58:28 +0000 (-0700)
Subject: how did that happen?
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=35dc4202a253c9e0c43f4bcb7484758114ad18df;p=friendica.git

how did that happen?
---

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;