diff options
Diffstat (limited to 'engine/lib/install.php')
-rw-r--r-- | engine/lib/install.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/engine/lib/install.php b/engine/lib/install.php index 2a9026959..a4d2f5933 100644 --- a/engine/lib/install.php +++ b/engine/lib/install.php @@ -42,6 +42,14 @@ }
- register_action("systemsettings/install",true);
+ /**
+ * Initialisation for installation functions
+ *
+ */
+ function install_init() {
+ register_action("systemsettings/install",true);
+ }
+
+ register_event_handler("boot","system","install_init");
?>
\ No newline at end of file |