diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/login.php | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|