diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-19 10:05:05 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-19 10:05:05 -0400 |
commit | 08035caa5b6a20affe5772c84a8d786927296b72 (patch) | |
tree | f4c7269b3c912ed71ab385f6625b80af64d7a090 /actions | |
parent | 8e8dcd1eeb47a67d184dee364865d7cb0395549d (diff) |
refresh the cookie on successful immediate
darcs-hash:20080619140505-84dde-d4006afa9507e29e58115f23c4acc5156a571930.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/finishimmediate.php | 1 |
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; |