diff options
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/AvatarFile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/AvatarFile.php b/app/Controller/AvatarFile.php index a47cca66..5974cde7 100644 --- a/app/Controller/AvatarFile.php +++ b/app/Controller/AvatarFile.php @@ -47,6 +47,7 @@ class AvatarFile extends Base $this->checkCSRFParam(); $user = $this->getUser(); $this->avatarFile->remove($user['id']); + $this->userSession->refresh($user['id']); $this->response->redirect($this->helper->url->to('AvatarFile', 'show', array('user_id' => $user['id']))); } |