[TYPO3-core] RFC Cleanup #10979: class localRecordList should use $this->fixedL from class recordList instead of own logic

Christian Kuhn lolli at schwarzbu.ch
Fri Apr 24 21:54:55 CEST 2009


FYI

* Committed to trunk r5363

Thanks
Christian


Christian Kuhn wrote:
> Type: Cleanup
> 
> Branchen: trunk
> 
> BT reference: http://bugs.typo3.org/view.php?id=10979
> 
> 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.
> 
> Notes:
> The new constructor is not strictly needed, but makes the constructor
> inheritence a bit more clear (see also an upcomming patch for 0010865
> that again extends localRecordList).


More information about the TYPO3-team-core mailing list