Actions
Bug #16879
closedCall to undefined method t3lib_BEfunc::getrecordtitleprep()
Start date:
2007-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While setting some alternative label like foreign_label or symmetric_label method t3lib_BEfunc::getrecordtitleprep() is called which unfortunately doesn't exist.
This refers to class.t3lib_tceforms_inline.php line 372 and TYPO3 4.1beta3.
(issue imported from #M4827)
Files
Updated by Oliver Hader almost 18 years ago
Please see the attached patch 0004827.patch. The getRecordTitlePrep is now again part of t3lib_BEfunc. I found an other small issue depending on empty title strings "[No Title]", which is also fixed with the patch mentioned.
Updated by Peter Foerger almost 18 years ago
+1
Olly, works like a charme. That's what I call real time bug squashing! Two thumbs up.
Updated by Oliver Hader almost 18 years ago
Committed to trunk.
(see changeset at http://svn.t3.digitaldistrict.de/cgi-bin/trac.cgi/changeset/6563)
Actions