summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-02-21 08:36:59 +0000
committerGreg Roach <fisharebest@gmail.com>2016-02-21 08:36:59 +0000
commitc5daf8a490dca499e59c66d4b4028148a772716a (patch)
treeee439234572634053e747f5236b4cb289289c0a2 /app/Controller
parent9dbd8634d997d916ac26241c682ca5ab3e50ca98 (diff)
downloadwebtrees-c5daf8a490dca499e59c66d4b4028148a772716a.tar.gz
webtrees-c5daf8a490dca499e59c66d4b4028148a772716a.tar.bz2
webtrees-c5daf8a490dca499e59c66d4b4028148a772716a.zip
Case mismatch
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());
}
}