From 7b1a95747453e66d589e7c8e35af63a7be9f6c75 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 26 Oct 2015 16:15:08 +0100 Subject: [PATCH] template-rework: try to fix double entries at match.php --- mod/match.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/match.php b/mod/match.php index ed7c21e4eb..bbf1a6c634 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');