summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--library/WT/Controller/Individual.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/WT/Controller/Individual.php b/library/WT/Controller/Individual.php
index d7958ec479..512f52713d 100644
--- a/library/WT/Controller/Individual.php
+++ b/library/WT/Controller/Individual.php
@@ -273,6 +273,7 @@ class WT_Controller_Individual extends WT_Controller_Base {
echo '<div id="name1">';
echo '<dl><dt class="label">', WT_I18N::translate('Name'), '</dt>';
+ $dummy->setPrimaryName(0);
echo '<dd class="field">', $dummy->getFullName();
if ($this->name_count == 1) {
if (WT_USER_IS_ADMIN) {