From b8192c6349d9b5b3293099d06ee1eb239dd7b9fd Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 28 Oct 2008 14:50:53 +0000 Subject: Closes #306 git-svn-id: https://code.elgg.org/elgg/trunk@2330 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/login.php') diff --git a/actions/login.php b/actions/login.php index 774b6dfaa..c35450698 100644 --- a/actions/login.php +++ b/actions/login.php @@ -18,7 +18,7 @@ $username = get_input('username'); $password = get_input("password"); - $persistent = get_input("persistent"); + $persistent = get_input("persistent", false); // If all is present and correct, try to log in $result = false; -- cgit v1.2.3