From: rabuzarus <> Date: Mon, 26 Oct 2015 15:15:08 +0000 (+0100) Subject: template-rework: try to fix double entries at match.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b1a95747453e66d589e7c8e35af63a7be9f6c75;p=friendica.git template-rework: try to fix double entries at match.php --- 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');