fix warnings 5
Removing PHP8 warnings
This commit is contained in:
parent
1bd7b4a439
commit
031e13d438
@ -672,6 +672,8 @@ if (empty($reshook)) {
|
|||||||
}
|
}
|
||||||
$sql .= $hookmanager->resPrint;
|
$sql .= $hookmanager->resPrint;
|
||||||
// Add GroupBy from hooks
|
// Add GroupBy from hooks
|
||||||
|
//removing PHP8 warnings
|
||||||
|
$all, = isset($all,) ? $all, : '';
|
||||||
$parameters = array('all' => $all, 'fieldstosearchall' => $fieldstosearchall);
|
$parameters = array('all' => $all, 'fieldstosearchall' => $fieldstosearchall);
|
||||||
$reshook = $hookmanager->executeHooks('printFieldListGroupBy', $parameters, $object); // Note that $action and $object may have been modified by hook
|
$reshook = $hookmanager->executeHooks('printFieldListGroupBy', $parameters, $object); // Note that $action and $object may have been modified by hook
|
||||||
$sql .= $hookmanager->resPrint;
|
$sql .= $hookmanager->resPrint;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user