WildMeOrg / Wildbook

Wild Me's first product, Wildbook supports researchers by allowing collaboration across the globe and automation of photo ID matching
https://www.wildme.org/wildbook.html
GNU General Public License v2.0
104 stars 67 forks source link

fix broken calls to getHTMLSelector() #631

Closed naknomum closed 3 months ago

naknomum commented 3 months ago

a change to LocationID.java introduced a new variation of the method getHTMLSelector() which created ambiguous call from a few jsp pages. these were fixed by casting null to a string.