summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/IndividualController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/IndividualController.php b/app/Controller/IndividualController.php
index 84d55ef44a..69a78477ec 100644
--- a/app/Controller/IndividualController.php
+++ b/app/Controller/IndividualController.php
@@ -51,7 +51,7 @@ class IndividualController extends GedcomRecordController {
// If we can display the details, add them to the page header
if ($this->record && $this->record->canShow()) {
- $this->setPageTitle($this->record->getFullName() . ' ' . $this->record->getLifespan());
+ $this->setPageTitle($this->record->getFullName() . ' ' . $this->record->getLifeSpan());
$this->tabs = Module::getActiveTabs($this->record->getTree());
}
}