diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-05 16:46:28 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-05 16:46:28 +0000 |
| commit | 6b02c56b1632a1b4c2199e221d6d2a9d38f90d59 (patch) | |
| tree | fdc49961df27eb1dc62ffd1cd891dbf8d59250e1 /includes/controllers/family_ctrl.php | |
| parent | d06702693308adb045eafa9f40f6f6d1c8367b21 (diff) | |
| download | webtrees-6b02c56b1632a1b4c2199e221d6d2a9d38f90d59.tar.gz webtrees-6b02c56b1632a1b4c2199e221d6d2a9d38f90d59.tar.bz2 webtrees-6b02c56b1632a1b4c2199e221d6d2a9d38f90d59.zip | |
Fix: Recent changes to technical and genealogy contacts were incomplete
Diffstat (limited to 'includes/controllers/family_ctrl.php')
| -rw-r--r-- | includes/controllers/family_ctrl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/family_ctrl.php b/includes/controllers/family_ctrl.php index aa7f30ff9b..dc5b99cf3f 100644 --- a/includes/controllers/family_ctrl.php +++ b/includes/controllers/family_ctrl.php @@ -168,7 +168,7 @@ class FamilyRoot extends BaseController { if ($this->showLivingHusb == false && $this->showLivingWife == false) { print_header(i18n::translate('Private')." ".i18n::translate('Family Information')); - print_privacy_error($CONTACT_EMAIL); + print_privacy_error(); print_footer(); exit; } |
