Actions
Bug #15201
closedCall to undefined function imagemagickcommand() in t3lib/class.t3lib_iconworks.php on line 453
Start date:
2005-11-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There's a wrong class scope used in t3lib/class.t3lib_iconworks.php:453 / function imagecopyresized(), resulting in a PHP error whenever BE icons for certain CEs are generated (f.ex. when changing a news item type from default to "Blog post", if EXT:timtab is installed).
In line 453, t3lib_exec::imagemagickcommand() needs to be replaced by t3lib_div::...
trivial solution, see attached diff. Affects all 3.8 versions, including 3.8.1.
(issue imported from #M1861)
Files
Actions