diff options
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(); ?> |
