template-rework: try to fix double entries at match.php
This commit is contained in:
parent
9d720f69aa
commit
7b1a957474
1 changed files with 1 additions and 1 deletions
|
@ -82,8 +82,8 @@ 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');
|
||||||
|
|
Loading…
Reference in a new issue