diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-05 09:26:51 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-05 09:26:51 +0000 |
| commit | 000959d9134504933ce07383f62992e9dfa59f34 (patch) | |
| tree | 16de0aa467d27bcd6abeab8149be6840fa5b1ead /admin_trees_places.php | |
| parent | dd04c183d8beed05be2226b30b7dda485ea4538a (diff) | |
| download | webtrees-000959d9134504933ce07383f62992e9dfa59f34.tar.gz webtrees-000959d9134504933ce07383f62992e9dfa59f34.tar.bz2 webtrees-000959d9134504933ce07383f62992e9dfa59f34.zip | |
Add API to access the parent tree of a record
Diffstat (limited to 'admin_trees_places.php')
| -rw-r--r-- | admin_trees_places.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin_trees_places.php b/admin_trees_places.php index 73e6a4600a..db0ed111bd 100644 --- a/admin_trees_places.php +++ b/admin_trees_places.php @@ -78,7 +78,7 @@ if ($search && $replace) { $controller = new PageController; $controller ->restrictAccess(Auth::isManager()) - ->setPageTitle(I18N::translate('Update all the place names in a family tree') . ' — ' . $WT_TREE->titleHtml()) + ->setPageTitle(I18N::translate('Update all the place names in a family tree') . ' — ' . $WT_TREE->getTitleHtml()) ->pageHeader(); ?> |
