template-rework: try to fix double entries at match.php

This commit is contained in:
rabuzarus 2015-10-26 16:15:08 +01:00
parent 9d720f69aa
commit 7b1a957474

View file

@ -82,9 +82,9 @@ function match_content(&$a) {
'photo_menu' => $photo_menu, 'photo_menu' => $photo_menu,
'id' => ++$id, 'id' => ++$id,
); );
}
$entries[] = $entry; $entries[] = $entry;
} }
}
$tpl = get_markup_template('viewcontact_template.tpl'); $tpl = get_markup_template('viewcontact_template.tpl');