diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-12-25 21:44:26 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-12-25 21:46:23 +0000 |
| commit | 7a6ee1ac7cd0821562d35b111a96b219b46d7899 (patch) | |
| tree | 99faaab77f0eeff388c72e2d3aa1b70a519d8eb2 /app/Controller/PedigreeController.php | |
| parent | c1343e2ddc990378c44729b8010d8918b623bffd (diff) | |
| download | webtrees-7a6ee1ac7cd0821562d35b111a96b219b46d7899.tar.gz webtrees-7a6ee1ac7cd0821562d35b111a96b219b46d7899.tar.bz2 webtrees-7a6ee1ac7cd0821562d35b111a96b219b46d7899.zip | |
Code style - single quotes
Diffstat (limited to 'app/Controller/PedigreeController.php')
| -rw-r--r-- | app/Controller/PedigreeController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/PedigreeController.php b/app/Controller/PedigreeController.php index 606609e35d..b5717c4a66 100644 --- a/app/Controller/PedigreeController.php +++ b/app/Controller/PedigreeController.php @@ -218,8 +218,8 @@ class PedigreeController extends ChartController { } break; } - $this->nodes[$i]["x"] = (int) $xoffset; - $this->nodes[$i]["y"] = (int) $yoffset; + $this->nodes[$i]['x'] = (int) $xoffset; + $this->nodes[$i]['y'] = (int) $yoffset; } // find the minimum x & y offsets and deduct that number from |
