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
I should have realized that when reviewing the PR. $GLOBALS['LANG'] is only for backend or CLI purposes.
Usually this is injected into $GLOBALS['LANG'] when in backend or CLI context, and populated by the current backend user. Don't rely on $GLOBAL['LANG'] in frontend, as it is only available in certain circumstances! In Frontend, this is also used to translate "labels", see TypoScriptFrontendController->sL() for that.
With
2.0.2
I've got this exception now. Can't say why this is happening now and not before when working on #8 ;-/The text was updated successfully, but these errors were encountered: