Argument should be array
This commit is contained in:
parent
b39f617863
commit
09f8a21773
@ -60,7 +60,7 @@ $object->fetch($id);
|
|||||||
$entity=$conf->entity;
|
$entity=$conf->entity;
|
||||||
|
|
||||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||||
$hookmanager->initHooks('groupperms','globalcard');
|
$hookmanager->initHooks(array('groupperms','globalcard'));
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user