fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
454 stars 298 forks source link

Fan Chart Bug #62

Closed ddrury closed 10 years ago

ddrury commented 10 years ago

It's easier to tell you this than to create a branch.

The pop-up box that appears on the LH side of the chart when a person is clicked on the main chart should show siblings, in fact it shows the person clicked on.

line 337 of library/WT/Controller/fanchart.php should be "if ($sibling !== $person) {"

ie !== instead of ===

fisharebest commented 10 years ago

Thanks - I've made this change