aboutsummaryrefslogtreecommitdiff
path: root/mod/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'mod/dashboard')
-rw-r--r--mod/dashboard/start.php2
1 files changed, 1 insertions, 1 deletions
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