diff options
author | friendica <info@friendica.com> | 2012-05-01 19:20:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-01 19:20:41 -0700 |
commit | 15c185015690664f9b6aef849cc6f79b68fd9c63 (patch) | |
tree | b01816230132d8194c837137df817fb4d3aa84b4 /include | |
parent | 1fc796b2766abfee2d55c9b434d584a61fdb4b07 (diff) | |
download | volse-hubzilla-15c185015690664f9b6aef849cc6f79b68fd9c63.tar.gz volse-hubzilla-15c185015690664f9b6aef849cc6f79b68fd9c63.tar.bz2 volse-hubzilla-15c185015690664f9b6aef849cc6f79b68fd9c63.zip |
another one
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 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 |