From efda1efd37d66dcc4a074a90678c2b113b391278 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 4 Jun 2008 16:53:40 +0000 Subject: Fixed the installation labels issue! git-svn-id: https://code.elgg.org/elgg/trunk@798 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/sessions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/sessions.php') 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; } -- cgit v1.2.3