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/dashboard/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/dashboard') diff --git a/mod/dashboard/start.php b/mod/dashboard/start.php index 8eb99a37c..48d82175f 100644 --- a/mod/dashboard/start.php +++ b/mod/dashboard/start.php @@ -17,6 +17,6 @@ } // Make sure test_init is called on initialisation - register_event_handler('init','system','dashboard_init'); + register_elgg_event_handler('init','system','dashboard_init'); ?> \ No newline at end of file -- cgit v1.2.3