From 5db7ae26689669479b327cd69b5c72ada3d819b9 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 10 Jun 2008 14:48:29 +0000 Subject: register_event_handler and trigger_event have been renamed to register_elgg_event_handler and trigger_elgg_event respectively. git-svn-id: https://code.elgg.org/elgg/trunk@848 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 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; -- cgit v1.2.3