diff options
author | friendica <info@friendica.com> | 2012-05-02 00:58:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-02 00:58:28 -0700 |
commit | 35dc4202a253c9e0c43f4bcb7484758114ad18df (patch) | |
tree | 841f12564f0e2d59593c6c963159a01460318c61 | |
parent | a42a475e100af70a9a7b95edc061f1a13e216dcf (diff) | |
download | volse-hubzilla-35dc4202a253c9e0c43f4bcb7484758114ad18df.tar.gz volse-hubzilla-35dc4202a253c9e0c43f4bcb7484758114ad18df.tar.bz2 volse-hubzilla-35dc4202a253c9e0c43f4bcb7484758114ad18df.zip |
how did that happen?
-rw-r--r-- | include/contact_widgets.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php index e0fe4271a..c6f3168fe 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; |