From: Evan Prodromou Date: Thu, 19 Jun 2008 14:05:05 +0000 (-0400) Subject: refresh the cookie on successful immediate X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=08035caa5b6a20affe5772c84a8d786927296b72;p=quix0rs-gnu-social.git refresh the cookie on successful immediate darcs-hash:20080619140505-84dde-d4006afa9507e29e58115f23c4acc5156a571930.gz --- diff --git a/actions/finishimmediate.php b/actions/finishimmediate.php index 8831536a1c..99c868f467 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;