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
1 changed files with 1 additions and 1 deletions

View File

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