summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-09 11:27:53 -0800
committerBrion Vibber <brion@pobox.com>2010-03-09 11:27:53 -0800
commit6c4ade4251eca321b5251092dbb84d648b3a4258 (patch)
tree985f5ba068b1fa96f4df23306b775ace16f2a008 /actions
parent053aafe5fbd1a0026831c28bf8b382ff44bb9de6 (diff)
parent4caf0d2e73f97c3ee99b2aa902f996e9d3bbab9f (diff)
Merge branch 'testing' into 0.9.x
Diffstat (limited to 'actions')
-rw-r--r--actions/otp.php2
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);
}