diff --git a/htdocs/ticket/messaging.php b/htdocs/ticket/messaging.php index 024637664a3d9..bdfa91f44531c 100644 --- a/htdocs/ticket/messaging.php +++ b/htdocs/ticket/messaging.php @@ -76,6 +76,8 @@ $search_rowid = GETPOST('search_rowid'); $search_agenda_label = GETPOST('search_agenda_label'); + +$hookmanager->initHooks(array('ticketagenda', 'globalcard')); // Note that conf->hooks_modules contains array $object = new Ticket($db); $object->fetch($id, $ref, $track_id);