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

index fedb946112e8a8b3588365bb7ea321b1dd204f92..0bf0b29d41d6ff6ee0fa5b55922396fb2998c295 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