$type is undefined
This commit is contained in:
parent
433b455376
commit
40a9326d51
@ -235,7 +235,10 @@ else
|
||||
|
||||
print '</div></div></div>';
|
||||
|
||||
$parameters = array('type' => $type, 'user' => $user);
|
||||
$parameters = array(
|
||||
//'type' => $type,
|
||||
'user' => $user,
|
||||
);
|
||||
$reshook = $hookmanager->executeHooks('dashboardMRP', $parameters);
|
||||
|
||||
// End of page
|
||||
|
||||
Loading…
Reference in New Issue
Block a user