[TYPO3-commerce] RFC: #10645

Benny Schimmer bschimmer at cross-content.com
Fri Nov 5 13:54:20 CET 2010


This is an SVN patch request.

Type: Bugfix

http://forge.typo3.org/issues/10645

Branches:
trunk

Problem:
Usage of $ICON_TYPES is deprecated since 4.4.

Solution:
The extTables.php entry $ICON_TYPES['commerce'] = 
'../typo3conf/ext/commerce/res/icons/table/commerce_folder.gif'; should be 
replaced with
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-commerce', 
'../typo3conf/ext/commerce/res/icons/table/commerce_folder.gif');
instead.

Greetings,
Benny

 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Patch-10645.diff
Type: application/octet-stream
Size: 672 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-commerce/attachments/20101105/1dcc680c/attachment.obj>


More information about the TYPO3-team-commerce mailing list