Fix: missing hook parameter
This commit is contained in:
parent
8f124efc15
commit
f13dd9c9bd
@ -6012,6 +6012,7 @@ class Form
|
|||||||
// Bypass the default method
|
// Bypass the default method
|
||||||
$hookmanager->initHooks(array('commonobject'));
|
$hookmanager->initHooks(array('commonobject'));
|
||||||
$parameters=array(
|
$parameters=array(
|
||||||
|
'morehtmlright' => $morehtmlright,
|
||||||
'compatibleImportElementsList' =>& $compatibleImportElementsList,
|
'compatibleImportElementsList' =>& $compatibleImportElementsList,
|
||||||
);
|
);
|
||||||
$reshook=$hookmanager->executeHooks('showLinkedObjectBlock',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
$reshook=$hookmanager->executeHooks('showLinkedObjectBlock',$parameters,$object,$action); // Note that $action and $object may have been modified by hook
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user