Actions
Bug #14225
closedTPYO3 3.6, wizard_table.php, missing parameter
Start date:
2004-07-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
on line 356 of the file wizard_table.php (TPYO3 3.6) it says:
t3lib_iconWorks::skinImg('','gfx/pil2left.gif','')
but this should be:
t3lib_iconWorks::skinImg($this->doc->backPath,'gfx/turn_left.gif','')
so the backpath is missing.
(issue imported from #M194)
Updated by Ingmar Schlecht over 20 years ago
in which case does the missing reference to the backpath cause trouble?
Updated by Dominic Brander over 20 years ago
as far as I have seen this does not cause trouble as long as the wizard_table.php is called from the core.
In extensions the image may not been shown. Nothing serious :-)
Actions