Remove not defined param

This commit is contained in:
John BOTELLA 2021-12-28 19:47:58 +01:00
parent 38539dace3
commit 33ea8e850b

View File

@ -747,7 +747,7 @@ class Project extends CommonObject
'fk_projet' => $projectkey,
'ids' => $ids,
);
$reshook = $hookmanager->executeHooks('getElementList', $parameters, $object, $action);
$reshook = $hookmanager->executeHooks('getElementList', $parameters);
if ($reshook > 0) {
$sql = $hookmanager->resPrint;
} else {