Skip to content

Commit

Permalink
#446 Unset the user outside the conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei committed Dec 14, 2017
1 parent d49a3da commit e125236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function fastLogout()
$session = $this->getSession();
if ($session->isStarted()) {
$session->reset();
$this->userManager->setCurrentUser(false);
}
$this->userManager->setCurrentUser(false);
}
}

0 comments on commit e125236

Please sign in to comment.