diff options
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; |