diff --git a/mod/match.php b/mod/match.php index ed7c21e4e..bbf1a6c63 100644 --- a/mod/match.php +++ b/mod/match.php @@ -82,8 +82,8 @@ function match_content(&$a) { 'photo_menu' => $photo_menu, 'id' => ++$id, ); + $entries[] = $entry; } - $entries[] = $entry; } $tpl = get_markup_template('viewcontact_template.tpl');