diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/WT/Controller/Pedigree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Pedigree.php b/library/WT/Controller/Pedigree.php index 2d5b6b5532..bb472fa15a 100644 --- a/library/WT/Controller/Pedigree.php +++ b/library/WT/Controller/Pedigree.php @@ -78,7 +78,7 @@ class WT_Controller_Pedigree extends WT_Controller_Chart { } elseif ($this->talloffset < 0) { $this->talloffset = 0; } - $show_full = $this->show_full; + $show_full = $this->show_full; $talloffset = $this->talloffset; if ($this->root && $this->root->canShowName()) { |
