diff --git a/modules/customeredit.php b/modules/customeredit.php index 77510a33cd..21e2f070f6 100644 --- a/modules/customeredit.php +++ b/modules/customeredit.php @@ -440,6 +440,14 @@ } } $DB->CommitTrans(); + + + $hook_data = $LMS->executeHook( + 'customeredit_after_updatecontacts_submit', + array( + 'customerdata' => $customerdata, + ) + ); $SESSION->remove_history_entry(); $SESSION->redirect($backurl);