]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
refresh the cookie on successful immediate
authorEvan Prodromou <evan@prodromou.name>
Thu, 19 Jun 2008 14:05:05 +0000 (10:05 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 19 Jun 2008 14:05:05 +0000 (10:05 -0400)
darcs-hash:20080619140505-84dde-d4006afa9507e29e58115f23c4acc5156a571930.gz

actions/finishimmediate.php

index 8831536a1ca728392a0254b9169213d46122065f..99c868f4673f34a5868125271ee2a8add53a25d9 100644 (file)
@@ -39,6 +39,7 @@ class FinishimmediateAction extends Action {
                        
                        if ($user) {
                                oid_update_user($user, $sreg);
+                               oid_set_last($display); # refresh for another year
                                common_set_user($user->nickname);
                                $this->go_backto();
                                return;