-
Bug
-
Resolution: Fixed
-
Minor
-
4.1.5, 4.2.2, 4.3
Mobile language strings are defined using an array with the string identifier and module name.
However, in case the module is omitted (in order to use the default one), a warning is thrown trying to access an undefined index. This was probably introduced in some recent PHP version, but wasn't detected because it's quite an edge-case which only affects some plugins with mobile support.