]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
an otp is a real login
authorEvan Prodromou <evan@status.net>
Mon, 8 Mar 2010 23:06:21 +0000 (18:06 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 8 Mar 2010 23:06:21 +0000 (18:06 -0500)
actions/otp.php

index acf84aee814216071c5f8087137997275cf88387..1e06603d43f6cfeb764d528c748925f2181bdbd4 100644 (file)
@@ -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);
         }