]> git.mxchange.org Git - friendica.git/commitdiff
template-rework: try to fix double entries at match.php
authorrabuzarus <>
Mon, 26 Oct 2015 15:15:08 +0000 (16:15 +0100)
committerrabuzarus <>
Mon, 26 Oct 2015 15:15:08 +0000 (16:15 +0100)
mod/match.php

index ed7c21e4ebe6f4d169dbf10d98fde9f321df0ca2..bbf1a6c6342fe42bf9e99b8df877146d382b292f 100644 (file)
@@ -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');