Bug #42817
t3lib_iconworks::getIconImage for pages returns a broken image
| Status: | Closed | Start date: | 2012-11-09 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assigned To: | - | % Done: | 0% | |
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Is Regression: | No | |
| PHP Version: | Sprint Focus: | |||
| Complexity: | easy | 
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);
  Related issues
History
#1 Updated by Wouter Wolters 8 months ago
- Status changed from New to Closed
- Is Regression set to No
``IconUtility::getIconImage()`` is removed without replacement. Use sprite icon API instead.