Use URLs with lang query string param
All works as before
No language is correctly detected and constructed
The bug in the language tag comparison
joomla-cms/plugins/system/languagefilter/src/Extension/LanguageFilter.php
Line 428 in 6005cf8
Lines 487 to 492 in 6005cf8
A short tag from the Input en compared with full tag en-GB, and then trying to load a new language by short tag which is wrong and in result does not load anything, and in the result it overrides an existing app language with empty Language object.
en
en-GB
Please test #45947
The bug in the language tag comparison
joomla-cms/plugins/system/languagefilter/src/Extension/LanguageFilter.php
Line 428 in 6005cf8
joomla-cms/plugins/system/languagefilter/src/Extension/LanguageFilter.php
Lines 487 to 492 in 6005cf8
A short tag from the Input
encompared with full tagen-GB, and then trying to load a new language by short tag which is wrong and in result does not load anything, and in the result it overrides an existing app language with empty Language object.