diff options
Diffstat (limited to 'family.php')
| -rw-r--r-- | family.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/family.php b/family.php index ec8c405ff2..4a4e3d897c 100644 --- a/family.php +++ b/family.php @@ -106,7 +106,7 @@ $show_full = '1'; echo '<a href="#" onclick="return add_spouse_to_family(\'', $controller->record->getXref(), '\', \'HUSB\');">', WT_I18N::translate('Add a new father'), '</a><br>'; } $wife=$controller->record->getWife(); - if (!$wife) { + if (!$wife) { echo '<a href="#" onclick="return add_spouse_to_family(\'', $controller->record->getXref(), '\', \'WIFE\');">', WT_I18N::translate('Add a new mother'), '</a><br>'; } } |
