Update html.form.class.php
This commit is contained in:
parent
645b0c563e
commit
926c99f913
@ -6782,12 +6782,12 @@ class Form
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add where from hooks
|
// Add where from hooks
|
||||||
$parameters = [
|
$parameters = array(
|
||||||
'object' => $objecttmp,
|
'object' => $objecttmp,
|
||||||
'htmlname' => $htmlname,
|
'htmlname' => $htmlname,
|
||||||
'filter' => $filter,
|
'filter' => $filter,
|
||||||
'searchkey' => $searchkey
|
'searchkey' => $searchkey
|
||||||
];
|
);
|
||||||
|
|
||||||
$reshook = $hookmanager->executeHooks('selectForFormsListWhere', $parameters); // Note that $action and $object may have been modified by hook
|
$reshook = $hookmanager->executeHooks('selectForFormsListWhere', $parameters); // Note that $action and $object may have been modified by hook
|
||||||
if (!empty($hookmanager->resPrint)) {
|
if (!empty($hookmanager->resPrint)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user