aboutsummaryrefslogtreecommitdiffstats
path: root/include/contact_widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-01 19:20:41 -0700
committerfriendica <info@friendica.com>2012-05-01 19:20:41 -0700
commit15c185015690664f9b6aef849cc6f79b68fd9c63 (patch)
treeb01816230132d8194c837137df817fb4d3aa84b4 /include/contact_widgets.php
parent1fc796b2766abfee2d55c9b434d584a61fdb4b07 (diff)
downloadvolse-hubzilla-15c185015690664f9b6aef849cc6f79b68fd9c63.tar.gz
volse-hubzilla-15c185015690664f9b6aef849cc6f79b68fd9c63.tar.bz2
volse-hubzilla-15c185015690664f9b6aef849cc6f79b68fd9c63.zip
another one
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 fedb94611..0bf0b29d4 100644
--- a/include/contact_widgets.php
+++ b/include/contact_widgets.php
@@ -168,7 +168,7 @@ function common_friends_visitor_widget($profile_uid) {
return replace_macros(get_markup_template('remote_friends_common.tpl'), array(
'$desc' => sprintf( tt("%d friend in common", "%d friends in common", $t), $t),
- '$items' = $r
+ '$items' => $r
));
}; \ No newline at end of file