Argument should be array

This commit is contained in:
Rui Strecht 2018-04-02 15:30:19 +01:00
parent b39f617863
commit 09f8a21773

View File

@ -60,7 +60,7 @@ $object->fetch($id);
$entity=$conf->entity;
// 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'));
/**