From 7375953e51b7ed4d08df067527a7beff44ba2332 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 13 Oct 2008 14:06:02 +0000 Subject: Minor commenting git-svn-id: https://code.elgg.org/elgg/trunk@2245 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/profile/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/profile/start.php') 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 -- cgit v1.2.3