JustCarmen / webtrees-fancy-imagebar

Fancy Imagebar module for webtrees
http://justcarmen.nl
GNU General Public License v3.0
12 stars 6 forks source link

Update settings.phtml #133

Closed tronsmit closed 10 months ago

tronsmit commented 10 months ago

Fix for #132

Problem: The value of $tree is passed to media-table view, but its value is the last in the foreach loop over all trees and in some cases will not match the $tree_id resulting in media-table reporting a null value for $media

Fix: set $selectedTree to match the selected $tree and pass that to media-table

Other: