diff options
| author | Chris Theron <tronsmit@users.noreply.github.com> | 2016-06-26 10:31:48 +0200 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-26 09:31:48 +0100 |
| commit | cec813b62ef2a7bac7937124628bfaff6209b44d (patch) | |
| tree | 2d1700794cdeba2bda8294174f70c27b322281d7 /app/Module | |
| parent | 6725dc2a3d8d86d0c7ff9f1465f41c6e6ca4e2f3 (diff) | |
| download | webtrees-cec813b62ef2a7bac7937124628bfaff6209b44d.tar.gz webtrees-cec813b62ef2a7bac7937124628bfaff6209b44d.tar.bz2 webtrees-cec813b62ef2a7bac7937124628bfaff6209b44d.zip | |
Make historical facts persistent (#1035)
Diffstat (limited to 'app/Module')
| -rw-r--r-- | app/Module/IndividualFactsTabModule.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Module/IndividualFactsTabModule.php b/app/Module/IndividualFactsTabModule.php index d53b21fca6..1bf8b32e14 100644 --- a/app/Module/IndividualFactsTabModule.php +++ b/app/Module/IndividualFactsTabModule.php @@ -135,10 +135,10 @@ class IndividualFactsTabModule extends AbstractModule implements ModuleTabInterf </label> <?php endif; ?> <?php if (file_exists(Site::getPreference('INDEX_DIRECTORY') . 'histo.' . WT_LOCALE . '.php')) : ?> - <label> - <input id="checkbox_rela_facts" type="checkbox" checked> - <?php echo I18N::translate('Historical facts'); ?> - </label> + <label> + <input id="checkbox_histo" type="checkbox" checked> + <?php echo I18N::translate('Historical facts'); ?> + </label> <?php endif; ?> </td> </tr> |
