summaryrefslogtreecommitdiff
path: root/includes/controllers/family_ctrl.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-05 16:46:28 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-05 16:46:28 +0000
commit6b02c56b1632a1b4c2199e221d6d2a9d38f90d59 (patch)
treefdc49961df27eb1dc62ffd1cd891dbf8d59250e1 /includes/controllers/family_ctrl.php
parentd06702693308adb045eafa9f40f6f6d1c8367b21 (diff)
downloadwebtrees-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.php2
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;
}