summaryrefslogtreecommitdiff
path: root/app/Date
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-11 18:22:10 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-18 09:14:43 +0000
commitaa6f03bb51be5a55a78fe8aed18753116689a6d3 (patch)
treeb88370b6fdfcb3ba4e7763c50e7e5b6492ab1ffd /app/Date
parent72cf66d48ef1f917238d9b0939a8aa33f257e274 (diff)
downloadwebtrees-aa6f03bb51be5a55a78fe8aed18753116689a6d3.tar.gz
webtrees-aa6f03bb51be5a55a78fe8aed18753116689a6d3.tar.bz2
webtrees-aa6f03bb51be5a55a78fe8aed18753116689a6d3.zip
Rename Tree::getTreeName() to name()
Diffstat (limited to 'app/Date')
-rw-r--r--app/Date/AbstractCalendarDate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Date/AbstractCalendarDate.php b/app/Date/AbstractCalendarDate.php
index 3fd5237cb3..8443f9628f 100644
--- a/app/Date/AbstractCalendarDate.php
+++ b/app/Date/AbstractCalendarDate.php
@@ -985,7 +985,7 @@ abstract class AbstractCalendarDate
'month' => $this->formatGedcomMonth(),
'day' => $this->formatGedcomDay(),
'view' => $view,
- 'ged' => $tree->getName(),
+ 'ged' => $tree->name(),
]);
}
}