diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 14:06:02 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-10-13 14:06:02 +0000 |
commit | 7375953e51b7ed4d08df067527a7beff44ba2332 (patch) | |
tree | 91386810c290e6d652cac4a2694bdc9525688521 /mod/profile | |
parent | 07deeba61f3d0f64721a4fe7262e00c17c083452 (diff) | |
download | elgg-7375953e51b7ed4d08df067527a7beff44ba2332.tar.gz elgg-7375953e51b7ed4d08df067527a7beff44ba2332.tar.bz2 |
Minor commenting
git-svn-id: https://code.elgg.org/elgg/trunk@2245 36083f99-b078-4883-b0ff-0f9b5a30f544
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 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
|