Fix for php8
This commit is contained in:
parent
505543e18e
commit
3cb56d3ec6
@ -197,7 +197,7 @@ if ($massaction == 'presend') {
|
|||||||
// Allow Pre-Mass-Action hook (eg for confirmation dialog)
|
// Allow Pre-Mass-Action hook (eg for confirmation dialog)
|
||||||
$parameters = array(
|
$parameters = array(
|
||||||
'toselect' => $toselect,
|
'toselect' => $toselect,
|
||||||
'uploaddir' => $uploaddir
|
'uploaddir' => isset($uploaddir) ? $uploaddir : null
|
||||||
);
|
);
|
||||||
|
|
||||||
$reshook = $hookmanager->executeHooks('doPreMassActions', $parameters, $object, $action);
|
$reshook = $hookmanager->executeHooks('doPreMassActions', $parameters, $object, $action);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user