diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-09 11:27:53 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-09 11:27:53 -0800 |
commit | 6c4ade4251eca321b5251092dbb84d648b3a4258 (patch) | |
tree | 985f5ba068b1fa96f4df23306b775ace16f2a008 /actions | |
parent | 053aafe5fbd1a0026831c28bf8b382ff44bb9de6 (diff) | |
parent | 4caf0d2e73f97c3ee99b2aa902f996e9d3bbab9f (diff) |
Merge branch 'testing' 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); } |