diff options
Diffstat (limited to 'mod/zaudio')
-rw-r--r-- | mod/zaudio/start.php | 2 |
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 |