aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sessions.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-04 16:53:40 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-04 16:53:40 +0000
commitefda1efd37d66dcc4a074a90678c2b113b391278 (patch)
tree3e8dee34e05607da06dce2b0e363ca92d5df12b7 /engine/lib/sessions.php
parent8f85395784c896896e68d41b74222d7b4c806ab3 (diff)
downloadelgg-efda1efd37d66dcc4a074a90678c2b113b391278.tar.gz
elgg-efda1efd37d66dcc4a074a90678c2b113b391278.tar.bz2
Fixed the installation labels issue!
git-svn-id: https://code.elgg.org/elgg/trunk@798 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/sessions.php')
-rw-r--r--engine/lib/sessions.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php
index 2995c1723..7a5edec2c 100644
--- a/engine/lib/sessions.php
+++ b/engine/lib/sessions.php
@@ -175,6 +175,8 @@
register_action("login",true);
register_action("logout");
+
+ return true;
}