Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

fiCountryOptions always loads "us" include file instead of cultureKey based #72

Closed gadgetto closed 7 years ago

gadgetto commented 8 years ago

This line: https://github.com/Sterc/FormIt/blob/develop/core/components/formit/model/formit/module/ficountryoptions.class.php#L64

literally returns [[++cultureKey]] placeholder instead of the value of the system setting.

sdrenth commented 8 years ago

Do you perhaps have an empty systemsetting/contextsetting for cultureKey?

gadgetto commented 8 years ago

No, the cultureKey is set to "de".

gadgetto commented 7 years ago

Closed as it was our fault. Server setting was not correct.