You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$forceLocale is defined to a bool, whereas this should be a string, e.g. "nl_NL". With this new code $locale will be a bool as well, and $value[1] is not set. $value["nl_NL"] however is.
Versions
Twill version: 3.x
The text was updated successfully, but these errors were encountered:
Hi @pvdbroek thanks for your kind words. Contributions are open. Since your humble opinion is that it is very minor, why don't you submit a pull request to fix it?
Description
I believe that when adding types in V3, the wrong type is set in this function in Models/Block:
$forceLocale is defined to a bool, whereas this should be a string, e.g. "nl_NL". With this new code $locale will be a bool as well, and $value[1] is not set. $value["nl_NL"] however is.
Versions
Twill version: 3.x
The text was updated successfully, but these errors were encountered: