diff options
Diffstat (limited to 'mod/apitest/start.php')
-rw-r--r-- | mod/apitest/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/apitest/start.php b/mod/apitest/start.php index 947da115c..d03c7925a 100644 --- a/mod/apitest/start.php +++ b/mod/apitest/start.php @@ -247,5 +247,5 @@ END; } // Make sure test_init is called on initialisation - register_event_handler('init','system','apitest_init'); + register_elgg_event_handler('init','system','apitest_init'); ?>
\ No newline at end of file |