From 8fd7f6e98053c443b9dd86df84e19ff555833ffd Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 4 Jun 2008 14:46:47 +0000 Subject: Fixed actions issues git-svn-id: https://code.elgg.org/elgg/trunk@796 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/install.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'engine/lib/install.php') 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 -- cgit v1.2.3