diff options
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r-- | engine/lib/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index ee8c1b09d..07b52933d 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -105,6 +105,6 @@ // Register some actions ***************************************************
- register_event_handler("init","system","actions_init");
+ register_elgg_event_handler("init","system","actions_init");
?>
\ No newline at end of file |