aboutsummaryrefslogtreecommitdiffstats
path: root/include/contact_widgets.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-01 19:19:24 -0700
committerfriendica <info@friendica.com>2012-05-01 19:19:24 -0700
commit1fc796b2766abfee2d55c9b434d584a61fdb4b07 (patch)
tree69fdbf7ba3128c095c4279a6709580c88232bc03 /include/contact_widgets.php
parent8bd6e1aef9bcace19e4517b4f53c976d4c0a2760 (diff)
downloadvolse-hubzilla-1fc796b2766abfee2d55c9b434d584a61fdb4b07.tar.gz
volse-hubzilla-1fc796b2766abfee2d55c9b434d584a61fdb4b07.tar.bz2
volse-hubzilla-1fc796b2766abfee2d55c9b434d584a61fdb4b07.zip
typo
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 1aaef115c..fedb94611 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