Actions
Bug #21140
closedtranslateTools not instantiated in t3lib/class.t3lib_recordlist.php
Start date:
2009-09-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Introduced in Revision 5814 (http://forge.typo3.org/repositories/diff/typo3v4-core?rev=5814) the translateTools are no longer instantiated in t3lib/class.t3lib_recordlist.php. This produces a fatal error for example in ext: commerce trying to use "initializeLanguages" where it's needed:
$this->languageIconTitles = $this->translateTools->getSystemLanguages($this->id, $this->backPath);
Reproduce: use commerce and click "Stammdaten" (Don't currently know the English term)
(issue imported from #M12060)
Files
Actions