From abb9afe42c7cb39666d0ef5611c164c38eed2324 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 5 Feb 2009 10:04:00 +0000 Subject: Added profile updates to the notification handler git-svn-id: https://code.elgg.org/elgg/trunk@2652 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/profile') 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 -- cgit v1.2.3