summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-10-22 23:04:59 +0000
committerfisharebest <fisharebest@gmail.com>2011-10-22 23:04:59 +0000
commitb605a02589d696b8d6420c29927661c6a98187eb (patch)
treed628626af96fb7ec14ad9f629df9def4aaa67ad6
parent7577d420b443c1b0a13beb8b94db03dca1bd39a3 (diff)
downloadwebtrees-b605a02589d696b8d6420c29927661c6a98187eb.tar.gz
webtrees-b605a02589d696b8d6420c29927661c6a98187eb.tar.bz2
webtrees-b605a02589d696b8d6420c29927661c6a98187eb.zip
#793653 - Name in new name part of indi-page - LTR/RTL
-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) {