[TYPO3-core] RFC #10816: tslib_content calls deprecated function makeInstanceClassName

Susanne Moog typo3 at susannemoog.de
Tue Mar 31 20:00:15 CEST 2009


This is a SVN patch request.

Type: Bugfix / Nobrainer

Problem:
 There is still a call to the now deprecated function
"makeInstanceClassName" in tslib_content.

Solution:
  I deleted the whole line as I don't see any need for the class to be
instantiated at all at that point.

Branches:
  Trunk only

Bugtracker reference:
  http://bugs.typo3.org/view.php?id=10816

Comments:
Grep tells me there are still occurrences left in:
typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc:1538:		
$cls=t3lib_div::makeInstanceClassName('t3lib_htmlmail');

typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc:145:	
$className=t3lib_div::makeInstanceClassName('t3lib_xml');

typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc:108:	
$className=t3lib_div::makeInstanceClassName('t3lib_xml');

But I don't know what those are and whether they are still used so I
just corrected the one in tslib_content.

Regards,

Susanne



-- 
Susanne Moog
NEUSTA GmbH - www.neusta.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tslibcontentCallsDeprecatedMICN.patch
Type: text/x-diff
Size: 843 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090331/526f3127/attachment.patch 


More information about the TYPO3-team-core mailing list