diff options
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 0c0272bbe..ddf136425 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -109,7 +109,7 @@ }
// Make sure the profile initialisation function is called on initialisation
- register_event_handler('init','system','profile_init',1);
+ register_elgg_event_handler('init','system','profile_init',1);
// Register actions
global $CONFIG;
|