Sven Luzar
- Login: sven.luzar
- Email: sven.luzar@gmx.de
- Registered on: 2010-11-04
- Last sign in: 2012-04-15
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
2011-04-01
- 00:30 TYPO3 Core Bug #25402 (Resolved): PHP Catchable Fatal Error: t3lib_iconWorks::mapRecordTypeToSpriteIconName()
- Applied in changeset commit:480296906a535bfe21c271654bd99b006c289c05.
- 00:24 TYPO3 Core Revision 48029690: [BUGFIX] Fix PHP Catchable Fatal Error in t3lib_iconWorks
- The hook in t3lib_iconWorks::mapRecordTypeToSpriteIconName() passes an
array to call a user function, but the method ... - 00:24 TYPO3 Core Revision 191aa8ce: [BUGFIX] Fix PHP Catchable Fatal Error in t3lib_iconWorks
- The hook in t3lib_iconWorks::mapRecordTypeToSpriteIconName() passes an
array to call a user function, but the method ...
2011-03-28
- 19:16 TYPO3 Core Bug #25402: PHP Catchable Fatal Error: t3lib_iconWorks::mapRecordTypeToSpriteIconName()
- First create a plugin. Add the following class:
class tx_my_typeicon {
public function main($row, $ref){
retu...
2011-03-27
- 19:34 TYPO3 Core Bug #25402 (Closed): PHP Catchable Fatal Error: t3lib_iconWorks::mapRecordTypeToSpriteIconName()
- The hook in line 865 passes an array to call a user function, but the method t3lib_div::callUserFunction needs a vari...
Also available in: Atom