Actions
Bug #42817
closedt3lib_iconworks::getIconImage for pages returns a broken image
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
this code returns a broken image since it ends with a path instead of a file. this results in lots of broken images in lots of extensions like realurl in the info module.
t3lib_iconworks::getIconImage('pages',$row,$BACK_PATH);
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Closed
- Is Regression set to No
``IconUtility::getIconImage()`` is removed without replacement. Use sprite icon API instead.
Actions