aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-13 14:06:02 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-13 14:06:02 +0000
commit7375953e51b7ed4d08df067527a7beff44ba2332 (patch)
tree91386810c290e6d652cac4a2694bdc9525688521 /mod
parent07deeba61f3d0f64721a4fe7262e00c17c083452 (diff)
downloadelgg-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')
-rw-r--r--mod/profile/start.php2
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