aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/start.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php
index 96863881f..f8899226b 100644
--- a/mod/profile/start.php
+++ b/mod/profile/start.php
@@ -265,7 +265,8 @@
register_elgg_event_handler('init','system','profile_init',1);
register_elgg_event_handler('init','system','profile_fields_setup', 10000); // Ensure this runs after other plugins
- register_elgg_event_handler('pagesetup','system','profile_pagesetup');
+ register_elgg_event_handler('pagesetup','system','profile_pagesetup');
+ register_elgg_event_handler('profileupdate','all','object_notifications');
// Register actions