diff options
author | Brenda Wallace <shiny@cpan.org> | 2010-03-10 20:47:49 +1300 |
---|---|---|
committer | Brenda Wallace <shiny@cpan.org> | 2010-03-10 20:47:49 +1300 |
commit | 47034553fea0ad760596eae416a675b93dd9380c (patch) | |
tree | c6750d642cfd5d71b331e4ed7bce29247f1277d6 /actions | |
parent | c89ed16d24d56879bf40a70d500509d1d42a4532 (diff) | |
parent | 9653cb9f0a590417245063f905a2089f03b9e7b2 (diff) |
Merge commit 'mainline/0.9.x' into 0.9.x
Diffstat (limited to 'actions')
-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); } |