Project

General

Profile

Actions

Bug #14225

closed

TPYO3 3.6, wizard_table.php, missing parameter

Added by old_snowflaket almost 20 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
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)

Actions #1

Updated by Ingmar Schlecht almost 20 years ago

in which case does the missing reference to the backpath cause trouble?

Actions #2

Updated by Dominic Brander almost 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 #3

Updated by Ingmar Schlecht almost 20 years ago

fixed in CVS.

Actions

Also available in: Atom PDF