summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-19 10:05:05 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-19 10:05:05 -0400
commit08035caa5b6a20affe5772c84a8d786927296b72 (patch)
treef4c7269b3c912ed71ab385f6625b80af64d7a090
parent8e8dcd1eeb47a67d184dee364865d7cb0395549d (diff)
refresh the cookie on successful immediate
darcs-hash:20080619140505-84dde-d4006afa9507e29e58115f23c4acc5156a571930.gz
-rw-r--r--actions/finishimmediate.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/finishimmediate.php b/actions/finishimmediate.php
index 8831536a1..99c868f46 100644
--- a/actions/finishimmediate.php
+++ b/actions/finishimmediate.php
@@ -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;