aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sessions.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-21 17:04:52 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-21 17:04:52 +0000
commitbea1ffd84d401c66c544ebacb77f3b996799cb36 (patch)
treefcd7ce10e0eb8632ee14c903f45bab001621adc0 /engine/lib/sessions.php
parentd50afd6de5bfb5c794b99c100f3d311fc9f95d8b (diff)
downloadelgg-bea1ffd84d401c66c544ebacb77f3b996799cb36.tar.gz
elgg-bea1ffd84d401c66c544ebacb77f3b996799cb36.tar.bz2
Session init now gets priority
git-svn-id: https://code.elgg.org/elgg/trunk@509 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/sessions.php')
-rw-r--r--engine/lib/sessions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php
index 7fb127ff5..bac8371a4 100644
--- a/engine/lib/sessions.php
+++ b/engine/lib/sessions.php
@@ -150,7 +150,7 @@
}
}
- register_event_handler("init","system","session_init");
+ register_event_handler("init","system","session_init",1);
//register actions *************************************************************