diff options
Diffstat (limited to 'engine/lib/install.php')
-rw-r--r-- | engine/lib/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php index a4d2f5933..d60a8ae34 100644 --- a/engine/lib/install.php +++ b/engine/lib/install.php @@ -50,6 +50,6 @@ register_action("systemsettings/install",true);
}
- register_event_handler("boot","system","install_init");
+ register_elgg_event_handler("boot","system","install_init");
?>
\ No newline at end of file |