From baca8948d6d4c741c6a7aa090a8a26c3a883b637 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 2 May 2008 15:03:15 +0000 Subject: Configuration prerequisites are now loaded on boot time rathr than init git-svn-id: https://code.elgg.org/elgg/trunk@631 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/sessions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/sessions.php') diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php index b9a549697..ddfdd9ab0 100644 --- a/engine/lib/sessions.php +++ b/engine/lib/sessions.php @@ -158,7 +158,7 @@ if (!isloggedin()) forward(); } - register_event_handler("init","system","session_init",1); + register_event_handler("boot","system","session_init",1); //register actions ************************************************************* -- cgit v1.2.3