diff options
Diffstat (limited to 'mod/profile/start.php')
-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 def519c94..4d7d59acf 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -226,7 +226,7 @@ // Make sure the profile initialisation function is called on initialisation
register_elgg_event_handler('init','system','profile_init',1); - register_elgg_event_handler('init','system','profile_fields_setup', 10000); + register_elgg_event_handler('init','system','profile_fields_setup', 10000); // Ensure this runs after other plugins // Register actions
|