Update index.php

This commit is contained in:
Frédéric FRANCE 2019-11-01 18:29:02 +01:00 committed by GitHub
parent f30c8eb6e8
commit 433b455376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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