terminal42 / contao-leads

Leads extension for Contao Open Source CMS; Store and manage form data with ease!
GNU Lesser General Public License v3.0
36 stars 24 forks source link

Fix warning when using region codes #134

Closed fritzmg closed 1 year ago

fritzmg commented 1 year ago

If you use de_AT then currently the following error will occur when clicking the ℹ️ for a lead:

ErrorException:
Warning: Undefined array key "de-AT"

  at vendor\terminal42\contao-leads\dca\tl_lead.php:326

This PR fixes that by always transforming the language to a locale.

aschempp commented 1 year ago

thank you @fritzmg