diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-20 18:18:23 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-20 18:19:28 +0000 |
| commit | 1ae87ce5be1296e2ab2dc39e72b3a74c857cae17 (patch) | |
| tree | ef7481626b82e9a33e5b7ca5b3578793fb7eb7ba /modules_v3/googlemap | |
| parent | 40014220af1729296e9f0e57d0d835243cf37102 (diff) | |
| download | webtrees-1ae87ce5be1296e2ab2dc39e72b3a74c857cae17.tar.gz webtrees-1ae87ce5be1296e2ab2dc39e72b3a74c857cae17.tar.bz2 webtrees-1ae87ce5be1296e2ab2dc39e72b3a74c857cae17.zip | |
Tidy up
Diffstat (limited to 'modules_v3/googlemap')
| -rw-r--r-- | modules_v3/googlemap/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/module.php b/modules_v3/googlemap/module.php index ddd4d3558c..4b75e8b99d 100644 --- a/modules_v3/googlemap/module.php +++ b/modules_v3/googlemap/module.php @@ -779,7 +779,7 @@ class googlemap_WT_Module extends Module implements ModuleConfigInterface, Modul <?php for ($p = 3; $p <= $MAX_PEDIGREE_GENERATIONS; $p++) { echo '<option value="', $p, '" '; - if ($p == $controller->PEDIGREE_GENERATIONS) { + if ($p == $controller->generations) { echo 'selected'; } echo '>', $p, '</option>'; |
