Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-08-20 14:41:20 |
Closed_By | ⇒ | Fedik |
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
en
compared 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.