Merge pull request #12297 from frederic34/patch-21

Update index.php
This commit is contained in:
Laurent Destailleur 2019-11-02 10:09:27 +01:00 committed by GitHub
commit 5d3db95dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,8 +235,11 @@ 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
$parameters = array(
//'type' => $type,
'user' => $user,
);
$reshook = $hookmanager->executeHooks('dashboardMRP', $parameters);
// End of page
llxFooter();