Update index.php

This commit is contained in:
Frédéric FRANCE 2019-11-01 17:46:00 +01:00 committed by GitHub
parent a1b2130247
commit d11fc24e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -236,7 +236,7 @@ else
print '</div></div></div>';
$parameters = array('type' => $type, 'user' => $user);
$reshook = $hookmanager->executeHooks('dashboardMRP', $parameters, null); // Note that $action and $object may have been modified by hook
$reshook = $hookmanager->executeHooks('dashboardMRP', $parameters, ''); // Note that $action and $object may have been modified by hook
// End of page
llxFooter();