Actions
Bug #22224
closedHook getFlexFormDS_postProcessDS can not return anything
Status:
Rejected
Priority:
Won't have this time
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In line 1211 the hook method is called like this:
$hookObj->getFlexFormDS_postProcessDS($dataStructArray, $conf, $row, $table, $fieldName);
So there is no way to return anything (namely to manipulate $dataStructArray).
I think the call should be with reference like this:
$hookObj->getFlexFormDS_postProcessDS(&$dataStructArray, $conf, $row, $table, $fieldName);
(issue imported from #M13726)
Actions