Update massactions_pre.tpl.php
This commit is contained in:
parent
cfa67b6a5d
commit
02f8faeeac
@ -167,8 +167,10 @@ if ($massaction == 'presend')
|
|||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
}
|
}
|
||||||
// Allow Pre-Mass-Action hook (eg for confirmation dialog)
|
// Allow Pre-Mass-Action hook (eg for confirmation dialog)
|
||||||
$parameters['toselect']=$toselect;
|
$parameters = array(
|
||||||
$parameters['uploaddir']=$uploaddir;
|
'toselect' => $toselect,
|
||||||
|
'uploaddir' => $uploaddir
|
||||||
|
);
|
||||||
|
|
||||||
$reshook=$hookmanager->executeHooks('doPreMassActions', $parameters, $object, $action);
|
$reshook=$hookmanager->executeHooks('doPreMassActions', $parameters, $object, $action);
|
||||||
if ($reshook < 0) {
|
if ($reshook < 0) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user