Skip to content

Commit

Permalink
fix: add missing hook init in Ticket Agenda/Messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Sep 6, 2024
1 parent 7a52dd8 commit 35697cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/ticket/messaging.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 35697cc

Please sign in to comment.