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