template-rework: try to fix double entries at match.php
This commit is contained in:
parent
9d720f69aa
commit
7b1a957474
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue