diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-06-28 21:12:23 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-06-28 21:12:23 +0000 |
| commit | 05e0eba8472e2bcf0dd83204909815632509b247 (patch) | |
| tree | 001702c2df5681e682ead8417fc419b0f0426145 /repo.php | |
| parent | 31fa9a3dd0864fb2b942913b1d15ae72453528de (diff) | |
| download | webtrees-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
