Details
-
Bug
-
Resolution: Cannot Reproduce
-
High
-
2014.11
-
None
Description
Found while implementing EZP-23546
See https://github.com/ezsystems/DemoBundle/pull/135 for context
If you have only one language installed (for example eng) and all the default setting after running the wizard, $translationHelper->getAvailableLanguages() will return:
array (size=2) 0 => null 1 => string 'eng-GB' (length=6)
the null value shouldn't be there.