Actions
Bug #16880
closedfunction checkValue_group_select_processDBdata defines an additional argument
Start date:
2007-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3_src-4.1beta2/t3lib/class.t3lib_tcemain.php defines:
function checkValue_group_select_processDBdata(
$valueArray,$tcaFieldConf,$id,$status,$type,$currentTable)
But the file typo3conf/ext/smile_workflow/class.tcemain.php uses this function several times without the last element $currentTable. This produces nasty warnings.
(issue imported from #M4828)
Actions