aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/install.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-04 14:46:47 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-04 14:46:47 +0000
commit8fd7f6e98053c443b9dd86df84e19ff555833ffd (patch)
tree2d57de91a2ca3427119250145deecddcedb3894c /engine/lib/install.php
parent29caac489755630e7ffc345774d091ae36434eb3 (diff)
downloadelgg-8fd7f6e98053c443b9dd86df84e19ff555833ffd.tar.gz
elgg-8fd7f6e98053c443b9dd86df84e19ff555833ffd.tar.bz2
Fixed actions issues
git-svn-id: https://code.elgg.org/elgg/trunk@796 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/install.php')
-rw-r--r--engine/lib/install.php10
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