Skip to content
Snippets Groups Projects
Commit a2f1107b authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: add GET in hook parameters

parent ce1b759c
No related branches found
No related tags found
No related merge requests found
......@@ -729,6 +729,7 @@ function dol_delete_file($file,$disableglob=0,$nophperrors=0,$nohook=0,$object=n
$hookmanager->initHooks(array('fileslib'));
$parameters=array(
'GET' => $_GET,
'file' => $file,
'disableglob'=> $disableglob,
'nophperrors' => $nophperrors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment