Bug #21497 ยป typo3b3.patch
typo3/t3lib/class.t3lib_recordlist.php | ||
---|---|---|
'',
|
||
'sys_language_uid'
|
||
);
|
||
|
||
$this->languageIconTitles = $this->translateTools->getSystemLanguages($this->id, $this->backPath);
|
||
|
||
$t8Tools = t3lib_div::makeInstance('t3lib_transl8tools');
|
||
$this->languageIconTitles = $t8Tools->getSystemLanguages($this->id, $this->backPath);
|
||
}
|
||
|
||
/**
|