Project

General

Profile

Bug #22224

Updated by Frederic Gaus almost 10 years ago

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)

Back