aboutsummaryrefslogtreecommitdiffstats
path: root/include/contact_widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-03 20:47:04 -0700
committerfriendica <info@friendica.com>2012-05-03 20:47:04 -0700
commit15542a8690701b403ed7e7bf56d82d1511cfbd63 (patch)
tree31585d2b68e671c12204076d16b288d4e65ab958 /include/contact_widgets.php
parentf2d3039aeddb3689dd5b966d7c1d788cc0508fee (diff)
downloadvolse-hubzilla-15542a8690701b403ed7e7bf56d82d1511cfbd63.tar.gz
volse-hubzilla-15542a8690701b403ed7e7bf56d82d1511cfbd63.tar.bz2
volse-hubzilla-15542a8690701b403ed7e7bf56d82d1511cfbd63.zip
yet another bug in remote_friends_in_common
Diffstat (limited to 'include/contact_widgets.php')
-rw-r--r--include/contact_widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contact_widgets.php b/include/contact_widgets.php
index bf3a86958..4dab6a53e 100644
--- a/include/contact_widgets.php
+++ b/include/contact_widgets.php
@@ -143,7 +143,7 @@ function common_friends_visitor_widget($profile_uid) {
$cid = $zcid = 0;
if(can_write_wall($a,$profile_uid))
- $cid = local_user();
+ $cid = remote_user();
else {
if(get_my_url()) {
$r = q("select id from contact where nurl = '%s' and uid = %d limit 1",