Merge pull request #14497 from megalogi/patch-2
Passing $totalarray as parameter to printFieldListFooter Hook's
This commit is contained in:
commit
cfc6ee4f67
@ -800,7 +800,7 @@ if ($resql)
|
||||
}
|
||||
$db->free($resql);
|
||||
|
||||
$parameters = array('arrayfields'=>$arrayfields, 'sql'=>$sql);
|
||||
$parameters = array('arrayfields'=>$arrayfields, 'totalarray' => $totalarray, 'sql'=>$sql);
|
||||
$reshook = $hookmanager->executeHooks('printFieldListFooter', $parameters); // Note that $action and $object may have been modified by hook
|
||||
print $hookmanager->resPrint;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user