Bug #21140 ยป 12060.diff
t3lib/class.t3lib_recordlist.php (Arbeitskopie) | ||
---|---|---|
'sys_language_uid'
|
||
);
|
||
// Make shure that we have a translateTools object at this point.
|
||
if (!is_object($this->translateTools)) {
|
||
$this->translateTools = t3lib_div::makeInstance('t3lib_transl8tools');
|
||
}
|
||
$this->languageIconTitles = $this->translateTools->getSystemLanguages($this->id, $this->backPath);
|
||
}
|