Actions
Bug #20356
closedclass localRecordList should use $this->fixedL from class recordList instead of own logic
Start date:
2009-04-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The class localRecordList in typo3/class.db_list_extra.inc uses own logic for the cropping of record titles, but the same logic is already initialized in t3lib/class.t3lib_recordlist.php.
Solution:
Use $this->fixedL from class recordList. The constructor is not strictly needed, but makes the constructor inheritence a bit more clear (see also an upcomming patch for #20291 that again extends localRecordList).
(issue imported from #M10979)
Files
Actions