Merge pull request #24594 from frederic34/patch-1
add missing init hook value
This commit is contained in:
commit
7253b30716
@ -73,7 +73,7 @@ if (!$sortorder) {
|
|||||||
$object = new Societe($db);
|
$object = new Societe($db);
|
||||||
|
|
||||||
// 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(array('agendathirdparty'));
|
$hookmanager->initHooks(array('agendathirdparty', 'globalcard'));
|
||||||
|
|
||||||
// Security check
|
// Security check
|
||||||
$socid = GETPOST('socid', 'int');
|
$socid = GETPOST('socid', 'int');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user