]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorfriendica <info@friendica.com>
Wed, 2 May 2012 02:19:24 +0000 (19:19 -0700)
committerfriendica <info@friendica.com>
Wed, 2 May 2012 02:19:24 +0000 (19:19 -0700)
include/contact_widgets.php

index 1aaef115c91d672bb2b226f77fd104055848434a..fedb946112e8a8b3588365bb7ea321b1dd204f92 100644 (file)
@@ -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