diff options
author | Evan Prodromou <evan@status.net> | 2010-03-10 14:13:02 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-03-10 14:13:02 -0500 |
commit | a2cc26ba8a21aa3614ebfc4a77c0bec9ffb2655d (patch) | |
tree | 76eae27ba51ae642db93f3db0a3a83fda573a352 /actions/otp.php | |
parent | 3fba9a16f5e908b62e486d0e0df02fcb6e0a7796 (diff) | |
parent | 69b2f19b6fef793aa607c6d8f4590b93e2565626 (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'actions/otp.php')
-rw-r--r-- | actions/otp.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/otp.php b/actions/otp.php index acf84aee8..1e06603d4 100644 --- a/actions/otp.php +++ b/actions/otp.php @@ -126,6 +126,8 @@ class OtpAction extends Action $this->lt->delete(); $this->lt = null; + common_real_login(true); + if ($this->rememberme) { common_rememberme($this->user); } |