diff options
author | redmatrix <git@macgirvin.com> | 2016-04-03 17:38:17 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-03 17:38:17 -0700 |
commit | a703835b5cdbe737be98374a51363426083fee8f (patch) | |
tree | 9c561d2add476833c6ea4147ecf69518cad9003e /boot.php | |
parent | bf3f3564e08754c3f91524798523839ae7b9094c (diff) | |
download | volse-hubzilla-a703835b5cdbe737be98374a51363426083fee8f.tar.gz volse-hubzilla-a703835b5cdbe737be98374a51363426083fee8f.tar.bz2 volse-hubzilla-a703835b5cdbe737be98374a51363426083fee8f.zip |
Bug: "remember me" doesn't
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1580,7 +1580,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) { '$form_id' => $form_id, '$lname' => array('username', t('Email') , '', ''), '$lpassword' => array('password', t('Password'), '', ''), - '$remember' => array('remember', t('Remember me'), '', '',array(t('No'),t('Yes'))), + '$remember_me' => array('remember_me', t('Remember me'), '', '',array(t('No'),t('Yes'))), '$hiddens' => $hiddens, '$register' => $reg, '$lostpass' => t('Forgot your password?'), |