mhirdes / go_maps_ext

Google Maps Extension for TYPO3
MIT License
21 stars 31 forks source link

[BUGFIX] Avoid null pointer exception #86

Closed ErHaWeb closed 2 years ago

ErHaWeb commented 2 years ago

If the referenced map has been disabled, you will get the error "Call to a member function getAddresses() on null". This can be fixed by checking if a map was found before proceeding. I also updated the fluid template and added new labels accordingly.

mhirdes commented 2 years ago

Thank you very much