aboutsummaryrefslogtreecommitdiff
path: root/mod/zaudio/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/zaudio/start.php')
-rw-r--r--mod/zaudio/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/zaudio/start.php b/mod/zaudio/start.php
index 35a4c33dd..551fd479a 100644
--- a/mod/zaudio/start.php
+++ b/mod/zaudio/start.php
@@ -13,6 +13,6 @@
}
// Make sure the status initialisation function is called on initialisation
- register_elgg_event_handler('init','system','zaudio_init',999);
+ elgg_register_event_handler('init','system','zaudio_init',999);
?> \ No newline at end of file