summaryrefslogtreecommitdiff
path: root/admin_trees_places.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-02-05 09:26:51 +0000
committerGreg Roach <fisharebest@gmail.com>2015-02-05 09:26:51 +0000
commit000959d9134504933ce07383f62992e9dfa59f34 (patch)
tree16de0aa467d27bcd6abeab8149be6840fa5b1ead /admin_trees_places.php
parentdd04c183d8beed05be2226b30b7dda485ea4538a (diff)
downloadwebtrees-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.php2
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();
?>