diff options
author | friendica <info@friendica.com> | 2012-05-01 19:19:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 19:19:24 -0700 |
commit | 1fc796b2766abfee2d55c9b434d584a61fdb4b07 (patch) | |
tree | 69fdbf7ba3128c095c4279a6709580c88232bc03 /include | |
parent | 8bd6e1aef9bcace19e4517b4f53c976d4c0a2760 (diff) | |
download | volse-hubzilla-1fc796b2766abfee2d55c9b434d584a61fdb4b07.tar.gz volse-hubzilla-1fc796b2766abfee2d55c9b434d584a61fdb4b07.tar.bz2 volse-hubzilla-1fc796b2766abfee2d55c9b434d584a61fdb4b07.zip |
typo
Diffstat (limited to 'include')
-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 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 |