diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-18 22:44:24 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-18 22:44:24 +0000 |
| commit | ce93061886c6e03e3839a291177862508749525a (patch) | |
| tree | 22053f956e1cec219009e599a614d476d1697842 /library/WT/Controller/Pedigree.php | |
| parent | 8e7a4bd5246362ab16b9fffa5083d28170cb18fc (diff) | |
| download | webtrees-ce93061886c6e03e3839a291177862508749525a.tar.gz webtrees-ce93061886c6e03e3839a291177862508749525a.tar.bz2 webtrees-ce93061886c6e03e3839a291177862508749525a.zip | |
Whitespace
Diffstat (limited to 'library/WT/Controller/Pedigree.php')
| -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()) { |
