summaryrefslogtreecommitdiff
path: root/repo.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-06-28 21:12:23 +0000
committerfisharebest <fisharebest@gmail.com>2011-06-28 21:12:23 +0000
commit05e0eba8472e2bcf0dd83204909815632509b247 (patch)
tree001702c2df5681e682ead8417fc419b0f0426145 /repo.php
parent31fa9a3dd0864fb2b942913b1d15ae72453528de (diff)
downloadwebtrees-05e0eba8472e2bcf0dd83204909815632509b247.tar.gz
webtrees-05e0eba8472e2bcf0dd83204909815632509b247.tar.bz2
webtrees-05e0eba8472e2bcf0dd83204909815632509b247.zip
Preparations for #801920 - make the "page" individual available when printing facts, so that we can calculate ages for this individual, not the "close relative" individual
Diffstat (limited to 'repo.php')
-rw-r--r--repo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.php b/repo.php
index 6240f34448..9635246d0f 100644
--- a/repo.php
+++ b/repo.php
@@ -104,7 +104,7 @@ echo '<table class="facts_table">';
$repositoryfacts=$controller->repository->getFacts();
foreach ($repositoryfacts as $fact) {
- print_fact($fact);
+ print_fact($fact, $controller->repository);
}
// Print media