[Typo3] Using locallang labels from sr_feuserregister in another frontend plugin

Kraft Bernhard kraftb at kraftb.at
Sat Apr 16 13:02:28 CEST 2005


kay stenschke wrote:

> if (!is_callable($this->sL)) { 

If you check for that it will surely be almost never available.

You should check for

if (!is_callable($GLOBALS['LANG']->sL)) {
...


greets,
Bernhard



More information about the TYPO3-english mailing list