diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-05 17:08:46 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-05 17:08:46 +0000 |
| commit | 57c301288c1898e14e9d4b4c90fef278425a66e1 (patch) | |
| tree | c978a49b168afcf3b17f39a53a380e76d47dbf00 /index_edit.php | |
| parent | 3fdce2e64eb36b26314f468a99a57aa1b1003a96 (diff) | |
| download | webtrees-57c301288c1898e14e9d4b4c90fef278425a66e1.tar.gz webtrees-57c301288c1898e14e9d4b4c90fef278425a66e1.tar.bz2 webtrees-57c301288c1898e14e9d4b4c90fef278425a66e1.zip | |
Implement "fluid" interface for controller - allows requests to be chained.
Diffstat (limited to 'index_edit.php')
| -rw-r--r-- | index_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index_edit.php b/index_edit.php index 4ee7a26d5a..b853ed54ba 100644 --- a/index_edit.php +++ b/index_edit.php @@ -102,7 +102,7 @@ if ($ctype=='user') { if ($ctype=='user') { $controller->setPageTitle(WT_I18N::translate('My page')); } else { - $controller->setPageTitle(WT_I18N::translate(get_gedcom_setting(WT_GED_ID, 'title')); + $controller->setPageTitle(WT_I18N::translate(get_gedcom_setting(WT_GED_ID, 'title'))); } $controller->pageHeader(); |
